Html Css Color HEX #85F28E Light Green

📋 copy color: '#85F28E'

red 133 ◦ green 242 ◦ blue 142

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

Shades of Light Green #85F28E

Tints of Light Green #85F28E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.47%

R = 25.73%
G = 46.81%
B = 27.47%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#85F28E (or 0x85F28E) is known color: Light Green. HEX triplet: 85, F2 and 8E. RGB value is (133,242,142). Sum of RGB (Red+Green+Blue) = 133+242+142=517 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.73% from 517); Green value is 242 (94.92% from 255 or 46.81% from 517); Blue value is 142 (55.86% from 255 or 27.47% from 517); Max value from RGB is 242 - color contains mainly: green. Hex color #85F28E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F28E is #7A0D71. Grayscale: #C6C6C6. Windows color (decimal): -7998834 or 9368197. OLE color: 9368197.

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

Color convert

RGB 133 242 142 -
CMYK 0.45 0 0.41 0.05
HSL 124.95º 0.81% 0.74% -
HSV(B) 124.95º 0.45% 0.95% -
XYZ 46.31 70.44 36.75 -
YUV 198.01 96.39 81.63 -
System Red Green Blue C M Y K H S L
Decimal 133 242 142 0.45 0 0.41 0.05 124.95 0.81 0.74
Hex 85 F2 8E 2D 0 29 5 7D 51 4A
Octal 205 362 216 55 0 51 5 175 121 112
Binary 10000101 11110010 10001110 101101 0 101001 101 1111101 1010001 1001010

Color Harmonies of #85F28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F28E

Black with #85F28E

Text Example


Text Example

White with #85F28E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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