Html Css Color HEX #85F291 Light Green

📋 copy color: '#85F291'

red 133 ◦ green 242 ◦ blue 145

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

Shades of Light Green #85F291

Tints of Light Green #85F291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.88%

R = 25.58%
G = 46.54%
B = 27.88%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#85F291 (or 0x85F291) is known color: Light Green. HEX triplet: 85, F2 and 91. RGB value is (133,242,145). Sum of RGB (Red+Green+Blue) = 133+242+145=520 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.58% from 520); Green value is 242 (94.92% from 255 or 46.54% from 520); Blue value is 145 (57.03% from 255 or 27.88% from 520); Max value from RGB is 242 - color contains mainly: green. Hex color #85F291 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F291 is #7A0D6E. Grayscale: #C6C6C6. Windows color (decimal): -7998831 or 9564805. OLE color: 9564805.

HSL color Cylindrical-coordinate representation of color #85F291: hue angle of 126.61º 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 #85F291 is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 133 242 145 -
CMYK 0.45 0 0.40 0.05
HSL 126.61º 0.81% 0.74% -
HSV(B) 126.61º 0.45% 0.95% -
XYZ 46.54 70.54 37.95 -
YUV 198.35 97.89 81.39 -
System Red Green Blue C M Y K H S L
Decimal 133 242 145 0.45 0 0.40 0.05 126.61 0.81 0.74
Hex 85 F2 91 2D 0 28 5 7F 51 4A
Octal 205 362 221 55 0 50 5 177 121 112
Binary 10000101 11110010 10010001 101101 0 101000 101 1111111 1010001 1001010

Color Harmonies of #85F291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F291

Black with #85F291

Text Example


Text Example

White with #85F291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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