Html Css Color HEX #85FC77 Light Green

📋 copy color: '#85FC77'

red 133 ◦ green 252 ◦ blue 119

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

Shades of Light Green #85FC77

Tints of Light Green #85FC77

RGB

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

 GREEN value IS 252 (98.83% from 255) = 50%

 BLUE value IS 119 (46.88% from 255) = 23.61%

R = 26.39%
G = 50%
B = 23.61%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#85FC77 (or 0x85FC77) is known color: Light Green. HEX triplet: 85, FC and 77. RGB value is (133,252,119). Sum of RGB (Red+Green+Blue) = 133+252+119=504 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.39% from 504); Green value is 252 (98.83% from 255 or 50% from 504); Blue value is 119 (46.88% from 255 or 23.61% from 504); Max value from RGB is 252 - color contains mainly: green. Hex color #85FC77 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FC77 is #7A0388. Grayscale: #C9C9C9. Windows color (decimal): -7996297 or 7863429. OLE color: 7863429.

HSL color Cylindrical-coordinate representation of color #85FC77: hue angle of 113.68º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #85FC77 is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 252 119 -
CMYK 0.47 0 0.53 0.01
HSL 113.68º 0.96% 0.73% -
HSV(B) 113.68º 0.53% 0.99% -
XYZ 47.81 75.94 29.59 -
YUV 201.26 81.58 79.31 -
System Red Green Blue C M Y K H S L
Decimal 133 252 119 0.47 0 0.53 0.01 113.68 0.96 0.73
Hex 85 FC 77 2F 0 35 1 72 60 49
Octal 205 374 167 57 0 65 1 162 140 111
Binary 10000101 11111100 1110111 101111 0 110101 1 1110010 1100000 1001001

Color Harmonies of #85FC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FC77

Black with #85FC77

Text Example


Text Example

White with #85FC77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,252,119); }

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

background-color css

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

 a { background-color: rgb(133,252,119); }

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

border-color css

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

 span { border-color: rgb(133,252,119); }

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