Html Css Color HEX #85F3A2 Light Green

📋 copy color: '#85F3A2'

red 133 ◦ green 243 ◦ blue 162

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

Shades of Light Green #85F3A2

Tints of Light Green #85F3A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 30.11%

R = 24.72%
G = 45.17%
B = 30.11%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#85F3A2 (or 0x85F3A2) is known color: Light Green. HEX triplet: 85, F3 and A2. RGB value is (133,243,162). Sum of RGB (Red+Green+Blue) = 133+243+162=538 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.72% from 538); Green value is 243 (95.31% from 255 or 45.17% from 538); Blue value is 162 (63.67% from 255 or 30.11% from 538); Max value from RGB is 243 - color contains mainly: green. Hex color #85F3A2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F3A2 is #7A0C5D. Grayscale: #C9C9C9. Windows color (decimal): -7998558 or 10679173. OLE color: 10679173.

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

Color convert

RGB 133 243 162 -
CMYK 0.45 0 0.33 0.05
HSL 135.82º 0.82% 0.74% -
HSV(B) 135.82º 0.45% 0.95% -
XYZ 48.25 71.7 45.48 -
YUV 200.88 106.06 79.59 -
System Red Green Blue C M Y K H S L
Decimal 133 243 162 0.45 0 0.33 0.05 135.82 0.82 0.74
Hex 85 F3 A2 2D 0 21 5 88 52 4A
Octal 205 363 242 55 0 41 5 210 122 112
Binary 10000101 11110011 10100010 101101 0 100001 101 10001000 1010010 1001010

Color Harmonies of #85F3A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F3A2

Black with #85F3A2

Text Example


Text Example

White with #85F3A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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