Html Css Color HEX #85E52A Yellow Green

📋 copy color: '#85E52A'

red 133 ◦ green 229 ◦ blue 42

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

Shades of Yellow Green #85E52A

Tints of Yellow Green #85E52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.4%

R = 32.92%
G = 56.68%
B = 10.4%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#85E52A (or 0x85E52A) is known color: Yellow Green. HEX triplet: 85, E5 and 2A. RGB value is (133,229,42). Sum of RGB (Red+Green+Blue) = 133+229+42=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 229 (89.84% from 255 or 56.68% from 404); Blue value is 42 (16.80% from 255 or 10.40% from 404); Max value from RGB is 229 - color contains mainly: green. Hex color #85E52A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85E52A is #7A1AD5. Grayscale: #B3B3B3. Windows color (decimal): -8002262 or 2811269. OLE color: 2811269.

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

Color convert

RGB 133 229 42 -
CMYK 0.42 0 0.82 0.10
HSL 90.8º 0.78% 0.53% -
HSV(B) 90.8º 0.82% 0.9% -
XYZ 38.11 61.19 11.99 -
YUV 178.98 50.7 95.21 -
System Red Green Blue C M Y K H S L
Decimal 133 229 42 0.42 0 0.82 0.10 90.8 0.78 0.53
Hex 85 E5 2A 2A 0 52 A 5B 4E 35
Octal 205 345 52 52 0 122 12 133 116 65
Binary 10000101 11100101 101010 101010 0 1010010 1010 1011011 1001110 110101

Color Harmonies of #85E52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E52A

Black with #85E52A

Text Example


Text Example

White with #85E52A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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