Html Css Color HEX #85F39E Light Green

📋 copy color: '#85F39E'

red 133 ◦ green 243 ◦ blue 158

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

Shades of Light Green #85F39E

Tints of Light Green #85F39E

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.51%

 BLUE value IS 158 (62.11% from 255) = 29.59%

R = 24.91%
G = 45.51%
B = 29.59%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#85F39E (or 0x85F39E) is known color: Light Green. HEX triplet: 85, F3 and 9E. RGB value is (133,243,158). Sum of RGB (Red+Green+Blue) = 133+243+158=534 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.91% from 534); Green value is 243 (95.31% from 255 or 45.51% from 534); Blue value is 158 (62.11% from 255 or 29.59% from 534); Max value from RGB is 243 - color contains mainly: green. Hex color #85F39E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F39E is #7A0C61. Grayscale: #C8C8C8. Windows color (decimal): -7998562 or 10417029. OLE color: 10417029.

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

Color convert

RGB 133 243 158 -
CMYK 0.45 0 0.35 0.05
HSL 133.64º 0.82% 0.74% -
HSV(B) 133.64º 0.45% 0.95% -
XYZ 47.9 71.56 43.64 -
YUV 200.42 104.06 79.91 -
System Red Green Blue C M Y K H S L
Decimal 133 243 158 0.45 0 0.35 0.05 133.64 0.82 0.74
Hex 85 F3 9E 2D 0 23 5 86 52 4A
Octal 205 363 236 55 0 43 5 206 122 112
Binary 10000101 11110011 10011110 101101 0 100011 101 10000110 1010010 1001010

Color Harmonies of #85F39E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F39E

Black with #85F39E

Text Example


Text Example

White with #85F39E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,243,158); }

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

background-color css

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

 a { background-color: rgb(133,243,158); }

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

border-color css

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

 span { border-color: rgb(133,243,158); }

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