Html Css Color HEX #85F77E Light Green

📋 copy color: '#85F77E'

red 133 ◦ green 247 ◦ blue 126

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

Shades of Light Green #85F77E

Tints of Light Green #85F77E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.9%

R = 26.28%
G = 48.81%
B = 24.9%

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

#85F77E (or 0x85F77E) is known color: Light Green. HEX triplet: 85, F7 and 7E. RGB value is (133,247,126). Sum of RGB (Red+Green+Blue) = 133+247+126=506 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.28% from 506); Green value is 247 (96.88% from 255 or 48.81% from 506); Blue value is 126 (49.61% from 255 or 24.90% from 506); Max value from RGB is 247 - color contains mainly: green. Hex color #85F77E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F77E is #7A0881. Grayscale: #C7C7C7. Windows color (decimal): -7997570 or 8320901. OLE color: 8320901.

HSL color Cylindrical-coordinate representation of color #85F77E: hue angle of 116.53º 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 #85F77E is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB 133 247 126 -
CMYK 0.46 0 0.49 0.03
HSL 116.53º 0.88% 0.73% -
HSV(B) 116.53º 0.49% 0.97% -
XYZ 46.7 73.01 31.37 -
YUV 199.12 86.73 80.84 -
System Red Green Blue C M Y K H S L
Decimal 133 247 126 0.46 0 0.49 0.03 116.53 0.88 0.73
Hex 85 F7 7E 2E 0 31 3 75 58 49
Octal 205 367 176 56 0 61 3 165 130 111
Binary 10000101 11110111 1111110 101110 0 110001 11 1110101 1011000 1001001

Color Harmonies of #85F77E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F77E

Black with #85F77E

Text Example


Text Example

White with #85F77E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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