Html Css Color HEX #85FC7D Light Green

📋 copy color: '#85FC7D'

red 133 ◦ green 252 ◦ blue 125

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

Shades of Light Green #85FC7D

Tints of Light Green #85FC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.51%

R = 26.08%
G = 49.41%
B = 24.51%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#85FC7D (or 0x85FC7D) is known color: Light Green. HEX triplet: 85, FC and 7D. RGB value is (133,252,125). Sum of RGB (Red+Green+Blue) = 133+252+125=510 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.08% from 510); Green value is 252 (98.83% from 255 or 49.41% from 510); Blue value is 125 (49.22% from 255 or 24.51% from 510); Max value from RGB is 252 - color contains mainly: green. Hex color #85FC7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FC7D is #7A0382. Grayscale: #CACACA. Windows color (decimal): -7996291 or 8256645. OLE color: 8256645.

HSL color Cylindrical-coordinate representation of color #85FC7D: hue angle of 116.22º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85FC7D is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 252 125 -
CMYK 0.47 0 0.50 0.01
HSL 116.22º 0.95% 0.74% -
HSV(B) 116.22º 0.5% 0.99% -
XYZ 48.18 76.09 31.55 -
YUV 201.94 84.58 78.83 -
System Red Green Blue C M Y K H S L
Decimal 133 252 125 0.47 0 0.50 0.01 116.22 0.95 0.74
Hex 85 FC 7D 2F 0 32 1 74 5F 4A
Octal 205 374 175 57 0 62 1 164 137 112
Binary 10000101 11111100 1111101 101111 0 110010 1 1110100 1011111 1001010

Color Harmonies of #85FC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FC7D

Black with #85FC7D

Text Example


Text Example

White with #85FC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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