Html Css Color HEX #85F29F Light Green

📋 copy color: '#85F29F'

red 133 ◦ green 242 ◦ blue 159

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

Shades of Light Green #85F29F

Tints of Light Green #85F29F

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.32%

 BLUE value IS 159 (62.5% from 255) = 29.78%

R = 24.91%
G = 45.32%
B = 29.78%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#85F29F (or 0x85F29F) is known color: Light Green. HEX triplet: 85, F2 and 9F. RGB value is (133,242,159). Sum of RGB (Red+Green+Blue) = 133+242+159=534 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.91% from 534); Green value is 242 (94.92% from 255 or 45.32% from 534); Blue value is 159 (62.5% from 255 or 29.78% from 534); Max value from RGB is 242 - color contains mainly: green. Hex color #85F29F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F29F is #7A0D60. Grayscale: #C8C8C8. Windows color (decimal): -7998817 or 10482309. OLE color: 10482309.

HSL color Cylindrical-coordinate representation of color #85F29F: hue angle of 134.31º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F29F is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 133 242 159 -
CMYK 0.45 0 0.34 0.05
HSL 134.31º 0.81% 0.74% -
HSV(B) 134.31º 0.45% 0.95% -
XYZ 47.68 70.99 43.99 -
YUV 199.95 104.89 80.25 -
System Red Green Blue C M Y K H S L
Decimal 133 242 159 0.45 0 0.34 0.05 134.31 0.81 0.74
Hex 85 F2 9F 2D 0 22 5 86 51 4A
Octal 205 362 237 55 0 42 5 206 121 112
Binary 10000101 11110010 10011111 101101 0 100010 101 10000110 1010001 1001010

Color Harmonies of #85F29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F29F

Black with #85F29F

Text Example


Text Example

White with #85F29F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,242,159); }

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

background-color css

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

 a { background-color: rgb(133,242,159); }

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

border-color css

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

 span { border-color: rgb(133,242,159); }

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