Html Css Color HEX #8CDD85 Light Green

📋 copy color: '#8CDD85'

red 140 ◦ green 221 ◦ blue 133

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

Shades of Light Green #8CDD85

Tints of Light Green #8CDD85

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.74%

 BLUE value IS 133 (52.34% from 255) = 26.92%

R = 28.34%
G = 44.74%
B = 26.92%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#8CDD85 (or 0x8CDD85) is known color: Light Green. HEX triplet: 8C, DD and 85. RGB value is (140,221,133). Sum of RGB (Red+Green+Blue) = 140+221+133=494 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.34% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDD85 is #73227A. Grayscale: #BBBBBB. Windows color (decimal): -7545467 or 8773004. OLE color: 8773004.

HSL color Cylindrical-coordinate representation of color #8CDD85: hue angle of 115.23º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CDD85 is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 221 133 -
CMYK 0.37 0 0.40 0.13
HSL 115.23º 0.56% 0.69% -
HSV(B) 115.23º 0.4% 0.87% -
XYZ 40.91 58.98 31.42 -
YUV 186.75 97.66 94.66 -
System Red Green Blue C M Y K H S L
Decimal 140 221 133 0.37 0 0.40 0.13 115.23 0.56 0.69
Hex 8C DD 85 25 0 28 D 73 38 45
Octal 214 335 205 45 0 50 15 163 70 105
Binary 10001100 11011101 10000101 100101 0 101000 1101 1110011 111000 1000101

Color Harmonies of #8CDD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDD85

Black with #8CDD85

Text Example


Text Example

White with #8CDD85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,221,133); }

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

background-color css

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

 a { background-color: rgb(140,221,133); }

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

border-color css

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

 span { border-color: rgb(140,221,133); }

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