Html Css Color HEX #85DF92 Light Green

📋 copy color: '#85DF92'

red 133 ◦ green 223 ◦ blue 146

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

Shades of Light Green #85DF92

Tints of Light Green #85DF92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.08%

R = 26.49%
G = 44.42%
B = 29.08%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#85DF92 (or 0x85DF92) is known color: Light Green. HEX triplet: 85, DF and 92. RGB value is (133,223,146). Sum of RGB (Red+Green+Blue) = 133+223+146=502 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.49% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 223 - color contains mainly: green. Hex color #85DF92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DF92 is #7A206D. Grayscale: #BBBBBB. Windows color (decimal): -8003694 or 9625477. OLE color: 9625477.

HSL color Cylindrical-coordinate representation of color #85DF92: hue angle of 128.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 #85DF92 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 223 146 -
CMYK 0.40 0 0.35 0.13
HSL 128.67º 0.58% 0.7% -
HSV(B) 128.67º 0.4% 0.87% -
XYZ 41.25 59.84 36.57 -
YUV 187.31 104.68 89.26 -
System Red Green Blue C M Y K H S L
Decimal 133 223 146 0.40 0 0.35 0.13 128.67 0.58 0.7
Hex 85 DF 92 28 0 23 D 81 3A 46
Octal 205 337 222 50 0 43 15 201 72 106
Binary 10000101 11011111 10010010 101000 0 100011 1101 10000001 111010 1000110

Color Harmonies of #85DF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DF92

Black with #85DF92

Text Example


Text Example

White with #85DF92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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