Html Css Color HEX #85F49B Light Green

📋 copy color: '#85F49B'

red 133 ◦ green 244 ◦ blue 155

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

Shades of Light Green #85F49B

Tints of Light Green #85F49B

RGB

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

 GREEN value IS 244 (95.7% from 255) = 45.86%

 BLUE value IS 155 (60.94% from 255) = 29.14%

R = 25%
G = 45.86%
B = 29.14%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#85F49B (or 0x85F49B) is known color: Light Green. HEX triplet: 85, F4 and 9B. RGB value is (133,244,155). Sum of RGB (Red+Green+Blue) = 133+244+155=532 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25% from 532); Green value is 244 (95.70% from 255 or 45.86% from 532); Blue value is 155 (60.94% from 255 or 29.14% from 532); Max value from RGB is 244 - color contains mainly: green. Hex color #85F49B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F49B is #7A0B64. Grayscale: #C8C8C8. Windows color (decimal): -7998309 or 10220677. OLE color: 10220677.

HSL color Cylindrical-coordinate representation of color #85F49B: hue angle of 131.89º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F49B is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 133 244 155 -
CMYK 0.45 0 0.36 0.04
HSL 131.89º 0.83% 0.74% -
HSV(B) 131.89º 0.45% 0.96% -
XYZ 47.94 72.05 42.39 -
YUV 200.67 102.23 79.74 -
System Red Green Blue C M Y K H S L
Decimal 133 244 155 0.45 0 0.36 0.04 131.89 0.83 0.74
Hex 85 F4 9B 2D 0 24 4 84 53 4A
Octal 205 364 233 55 0 44 4 204 123 112
Binary 10000101 11110100 10011011 101101 0 100100 100 10000100 1010011 1001010

Color Harmonies of #85F49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F49B

Black with #85F49B

Text Example


Text Example

White with #85F49B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,244,155); }

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

background-color css

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

 a { background-color: rgb(133,244,155); }

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

border-color css

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

 span { border-color: rgb(133,244,155); }

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