Html Css Color HEX #85E52C Yellow Green

📋 copy color: '#85E52C'

red 133 ◦ green 229 ◦ blue 44

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

Shades of Yellow Green #85E52C

Tints of Yellow Green #85E52C

RGB

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

 GREEN value IS 229 (89.84% from 255) = 56.4%

 BLUE value IS 44 (17.58% from 255) = 10.84%

R = 32.76%
G = 56.4%
B = 10.84%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#85E52C (or 0x85E52C) is known color: Yellow Green. HEX triplet: 85, E5 and 2C. RGB value is (133,229,44). Sum of RGB (Red+Green+Blue) = 133+229+44=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 229 (89.84% from 255 or 56.40% from 406); Blue value is 44 (17.58% from 255 or 10.84% from 406); Max value from RGB is 229 - color contains mainly: green. Hex color #85E52C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85E52C is #7A1AD3. Grayscale: #B3B3B3. Windows color (decimal): -8002260 or 2942341. OLE color: 2942341.

HSL color Cylindrical-coordinate representation of color #85E52C: hue angle of 91.14º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #85E52C is Cyan = 0.42, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.

Color convert

RGB 133 229 44 -
CMYK 0.42 0 0.81 0.10
HSL 91.14º 0.78% 0.54% -
HSV(B) 91.14º 0.81% 0.9% -
XYZ 38.15 61.21 12.19 -
YUV 179.21 51.7 95.04 -
System Red Green Blue C M Y K H S L
Decimal 133 229 44 0.42 0 0.81 0.10 91.14 0.78 0.54
Hex 85 E5 2C 2A 0 51 A 5B 4E 36
Octal 205 345 54 52 0 121 12 133 116 66
Binary 10000101 11100101 101100 101010 0 1010001 1010 1011011 1001110 110110

Color Harmonies of #85E52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E52C

Black with #85E52C

Text Example


Text Example

White with #85E52C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,229,44); }

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

background-color css

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

 a { background-color: rgb(133,229,44); }

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

border-color css

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

 span { border-color: rgb(133,229,44); }

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