Html Css Color HEX #85F290 Light Green

📋 copy color: '#85F290'

red 133 ◦ green 242 ◦ blue 144

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

Shades of Light Green #85F290

Tints of Light Green #85F290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.75%

R = 25.63%
G = 46.63%
B = 27.75%

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

#85F290 (or 0x85F290) is known color: Light Green. HEX triplet: 85, F2 and 90. RGB value is (133,242,144). Sum of RGB (Red+Green+Blue) = 133+242+144=519 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.63% from 519); Green value is 242 (94.92% from 255 or 46.63% from 519); Blue value is 144 (56.64% from 255 or 27.75% from 519); Max value from RGB is 242 - color contains mainly: green. Hex color #85F290 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F290 is #7A0D6F. Grayscale: #C6C6C6. Windows color (decimal): -7998832 or 9499269. OLE color: 9499269.

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

Color convert

RGB 133 242 144 -
CMYK 0.45 0 0.40 0.05
HSL 126.06º 0.81% 0.74% -
HSV(B) 126.06º 0.45% 0.95% -
XYZ 46.46 70.5 37.55 -
YUV 198.24 97.39 81.47 -
System Red Green Blue C M Y K H S L
Decimal 133 242 144 0.45 0 0.40 0.05 126.06 0.81 0.74
Hex 85 F2 90 2D 0 28 5 7E 51 4A
Octal 205 362 220 55 0 50 5 176 121 112
Binary 10000101 11110010 10010000 101101 0 101000 101 1111110 1010001 1001010

Color Harmonies of #85F290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F290

Black with #85F290

Text Example


Text Example

White with #85F290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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