Html Css Color HEX #8CDF75 Pastel Green

📋 copy color: '#8CDF75'

red 140 ◦ green 223 ◦ blue 117

#8CDF75
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pastel Green #8CDF75

Tints of Pastel Green #8CDF75

RGB

 RED value IS 140 (55.08% from 255) = 29.17%

 GREEN value IS 223 (87.5% from 255) = 46.46%

 BLUE value IS 117 (46.09% from 255) = 24.38%

R = 29.17%
G = 46.46%
B = 24.38%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8CDF75 (or 0x8CDF75) is known color: Pastel Green. HEX triplet: 8C, DF and 75. RGB value is (140,223,117). Sum of RGB (Red+Green+Blue) = 140+223+117=480 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.17% from 480); Green value is 223 (87.5% from 255 or 46.46% from 480); Blue value is 117 (46.09% from 255 or 24.38% from 480); Max value from RGB is 223 - color contains mainly: green. Hex color #8CDF75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDF75 is #73208A. Grayscale: #BABABA. Windows color (decimal): -7544971 or 7724940. OLE color: 7724940.

HSL color Cylindrical-coordinate representation of color #8CDF75: hue angle of 106.98º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8CDF75 is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 223 117 -
CMYK 0.37 0 0.48 0.13
HSL 106.98º 0.62% 0.67% -
HSV(B) 106.98º 0.48% 0.87% -
XYZ 40.41 59.64 26.21 -
YUV 186.1 89 95.12 -
System Red Green Blue C M Y K H S L
Decimal 140 223 117 0.37 0 0.48 0.13 106.98 0.62 0.67
Hex 8C DF 75 25 0 30 D 6B 3E 43
Octal 214 337 165 45 0 60 15 153 76 103
Binary 10001100 11011111 1110101 100101 0 110000 1101 1101011 111110 1000011

Color Harmonies of #8CDF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDF75

Black with #8CDF75

Text Example


Text Example

White with #8CDF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CDF75; }

 p { color: rgb(140,223,117); }

 H1.HeaderClassName
 {
   color: #8CDF75;
 }
 .AnyTagClassName
 {
   color: #8CDF75;
 }
</style>

background-color css

<style>
 a { background-color: #8CDF75; }

 a { background-color: rgb(140,223,117); }

 div.DivClassName
 {
   background-color: #8CDF75;
 }
 .BgClassName
 {
   background-color: #8CDF75;
 }
</style>

border-color css

<style>
 span { border-color: #8CDF75; }

 span { border-color: rgb(140,223,117); }

 td.TdClassName
 {
   border-color: #8CDF75;
 }
 .TagClassName
 {
   border-color: #8CDF75;
 }
</style>