Html Css Color HEX #85F77D Light Green

📋 copy color: '#85F77D'

red 133 ◦ green 247 ◦ blue 125

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

Shades of Light Green #85F77D

Tints of Light Green #85F77D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 48.91%

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

R = 26.34%
G = 48.91%
B = 24.75%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#85F77D (or 0x85F77D) is known color: Light Green. HEX triplet: 85, F7 and 7D. RGB value is (133,247,125). Sum of RGB (Red+Green+Blue) = 133+247+125=505 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.34% from 505); Green value is 247 (96.88% from 255 or 48.91% from 505); Blue value is 125 (49.22% from 255 or 24.75% from 505); Max value from RGB is 247 - color contains mainly: green. Hex color #85F77D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F77D is #7A0882. Grayscale: #C7C7C7. Windows color (decimal): -7997571 or 8255365. OLE color: 8255365.

HSL color Cylindrical-coordinate representation of color #85F77D: hue angle of 116.07º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85F77D is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB 133 247 125 -
CMYK 0.46 0 0.49 0.03
HSL 116.07º 0.88% 0.73% -
HSV(B) 116.07º 0.49% 0.97% -
XYZ 46.64 72.99 31.03 -
YUV 199.01 86.23 80.92 -
System Red Green Blue C M Y K H S L
Decimal 133 247 125 0.46 0 0.49 0.03 116.07 0.88 0.73
Hex 85 F7 7D 2E 0 31 3 74 58 49
Octal 205 367 175 56 0 61 3 164 130 111
Binary 10000101 11110111 1111101 101110 0 110001 11 1110100 1011000 1001001

Color Harmonies of #85F77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F77D

Black with #85F77D

Text Example


Text Example

White with #85F77D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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