Html Css Color HEX #85DF8F Light Green

📋 copy color: '#85DF8F'

red 133 ◦ green 223 ◦ blue 143

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

Shades of Light Green #85DF8F

Tints of Light Green #85DF8F

RGB

 RED value IS 133 (52.34% from 255) = 26.65%

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

 BLUE value IS 143 (56.25% from 255) = 28.66%

R = 26.65%
G = 44.69%
B = 28.66%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#85DF8F (or 0x85DF8F) is known color: Light Green. HEX triplet: 85, DF and 8F. RGB value is (133,223,143). Sum of RGB (Red+Green+Blue) = 133+223+143=499 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.65% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 143 (56.25% from 255 or 28.66% from 499); Max value from RGB is 223 - color contains mainly: green. Hex color #85DF8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DF8F is #7A2070. Grayscale: #BBBBBB. Windows color (decimal): -8003697 or 9428869. OLE color: 9428869.

HSL color Cylindrical-coordinate representation of color #85DF8F: hue angle of 126.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DF8F is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 223 143 -
CMYK 0.40 0 0.36 0.13
HSL 126.67º 0.58% 0.7% -
HSV(B) 126.67º 0.4% 0.87% -
XYZ 41.02 59.75 35.36 -
YUV 186.97 103.18 89.5 -
System Red Green Blue C M Y K H S L
Decimal 133 223 143 0.40 0 0.36 0.13 126.67 0.58 0.7
Hex 85 DF 8F 28 0 24 D 7F 3A 46
Octal 205 337 217 50 0 44 15 177 72 106
Binary 10000101 11011111 10001111 101000 0 100100 1101 1111111 111010 1000110

Color Harmonies of #85DF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DF8F

Black with #85DF8F

Text Example


Text Example

White with #85DF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85DF8F; }

 p { color: rgb(133,223,143); }

 H1.HeaderClassName
 {
   color: #85DF8F;
 }
 .AnyTagClassName
 {
   color: #85DF8F;
 }
</style>

background-color css

<style>
 a { background-color: #85DF8F; }

 a { background-color: rgb(133,223,143); }

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

border-color css

<style>
 span { border-color: #85DF8F; }

 span { border-color: rgb(133,223,143); }

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