Html Css Color HEX #85FF79 Light Green

📋 copy color: '#85FF79'

red 133 ◦ green 255 ◦ blue 121

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

Shades of Light Green #85FF79

Tints of Light Green #85FF79

RGB

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

 GREEN value IS 255 (100% from 255) = 50.1%

 BLUE value IS 121 (47.66% from 255) = 23.77%

R = 26.13%
G = 50.1%
B = 23.77%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#85FF79 (or 0x85FF79) is known color: Light Green. HEX triplet: 85, FF and 79. RGB value is (133,255,121). Sum of RGB (Red+Green+Blue) = 133+255+121=509 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.13% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 121 (47.66% from 255 or 23.77% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #85FF79 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FF79 is #7A0086. Grayscale: #CBCBCB. Windows color (decimal): -7995527 or 7995269. OLE color: 7995269.

HSL color Cylindrical-coordinate representation of color #85FF79: hue angle of 114.63º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #85FF79 is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB 133 255 121 -
CMYK 0.48 0 0.53 0
HSL 114.63º 1% 0.74% -
HSV(B) 114.63º 0.53% 1% -
XYZ 48.88 77.89 30.55 -
YUV 203.25 81.58 77.9 -
System Red Green Blue C M Y K H S L
Decimal 133 255 121 0.48 0 0.53 0 114.63 1 0.74
Hex 85 FF 79 30 0 35 0 73 64 4A
Octal 205 377 171 60 0 65 0 163 144 112
Binary 10000101 11111111 1111001 110000 0 110101 0 1110011 1100100 1001010

Color Harmonies of #85FF79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FF79

Black with #85FF79

Text Example


Text Example

White with #85FF79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,255,121); }

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

background-color css

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

 a { background-color: rgb(133,255,121); }

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

border-color css

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

 span { border-color: rgb(133,255,121); }

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