Html Css Color HEX #85F295 Light Green

📋 copy color: '#85F295'

red 133 ◦ green 242 ◦ blue 149

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

Shades of Light Green #85F295

Tints of Light Green #85F295

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.18%

 BLUE value IS 149 (58.59% from 255) = 28.44%

R = 25.38%
G = 46.18%
B = 28.44%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#85F295 (or 0x85F295) is known color: Light Green. HEX triplet: 85, F2 and 95. RGB value is (133,242,149). Sum of RGB (Red+Green+Blue) = 133+242+149=524 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.38% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 149 (58.59% from 255 or 28.44% from 524); Max value from RGB is 242 - color contains mainly: green. Hex color #85F295 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F295 is #7A0D6A. Grayscale: #C7C7C7. Windows color (decimal): -7998827 or 9826949. OLE color: 9826949.

HSL color Cylindrical-coordinate representation of color #85F295: hue angle of 128.81º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F295 is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 133 242 149 -
CMYK 0.45 0 0.38 0.05
HSL 128.81º 0.81% 0.74% -
HSV(B) 128.81º 0.45% 0.95% -
XYZ 46.85 70.66 39.6 -
YUV 198.81 99.89 81.06 -
System Red Green Blue C M Y K H S L
Decimal 133 242 149 0.45 0 0.38 0.05 128.81 0.81 0.74
Hex 85 F2 95 2D 0 26 5 81 51 4A
Octal 205 362 225 55 0 46 5 201 121 112
Binary 10000101 11110010 10010101 101101 0 100110 101 10000001 1010001 1001010

Color Harmonies of #85F295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F295

Black with #85F295

Text Example


Text Example

White with #85F295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,242,149); }

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

background-color css

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

 a { background-color: rgb(133,242,149); }

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

border-color css

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

 span { border-color: rgb(133,242,149); }

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