Html Css Color HEX #85F47C Light Green

📋 copy color: '#85F47C'

red 133 ◦ green 244 ◦ blue 124

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

Shades of Light Green #85F47C

Tints of Light Green #85F47C

RGB

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

 GREEN value IS 244 (95.7% from 255) = 48.7%

 BLUE value IS 124 (48.83% from 255) = 24.75%

R = 26.55%
G = 48.7%
B = 24.75%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#85F47C (or 0x85F47C) is known color: Light Green. HEX triplet: 85, F4 and 7C. RGB value is (133,244,124). Sum of RGB (Red+Green+Blue) = 133+244+124=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 244 (95.70% from 255 or 48.70% from 501); Blue value is 124 (48.83% from 255 or 24.75% from 501); Max value from RGB is 244 - color contains mainly: green. Hex color #85F47C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F47C is #7A0B83. Grayscale: #C5C5C5. Windows color (decimal): -7998340 or 8189061. OLE color: 8189061.

HSL color Cylindrical-coordinate representation of color #85F47C: hue angle of 115.5º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85F47C is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 133 244 124 -
CMYK 0.45 0 0.49 0.04
HSL 115.5º 0.85% 0.72% -
HSV(B) 115.5º 0.49% 0.96% -
XYZ 45.66 71.14 30.39 -
YUV 197.13 86.73 82.26 -
System Red Green Blue C M Y K H S L
Decimal 133 244 124 0.45 0 0.49 0.04 115.5 0.85 0.72
Hex 85 F4 7C 2D 0 31 4 74 55 48
Octal 205 364 174 55 0 61 4 164 125 110
Binary 10000101 11110100 1111100 101101 0 110001 100 1110100 1010101 1001000

Color Harmonies of #85F47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F47C

Black with #85F47C

Text Example


Text Example

White with #85F47C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,244,124); }

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

background-color css

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

 a { background-color: rgb(133,244,124); }

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

border-color css

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

 span { border-color: rgb(133,244,124); }

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