Html Css Color HEX #85E42D Yellow Green

📋 copy color: '#85E42D'

red 133 ◦ green 228 ◦ blue 45

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

Shades of Yellow Green #85E42D

Tints of Yellow Green #85E42D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 56.16%

 BLUE value IS 45 (17.97% from 255) = 11.08%

R = 32.76%
G = 56.16%
B = 11.08%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#85E42D (or 0x85E42D) is known color: Yellow Green. HEX triplet: 85, E4 and 2D. RGB value is (133,228,45). Sum of RGB (Red+Green+Blue) = 133+228+45=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 228 (89.45% from 255 or 56.16% from 406); Blue value is 45 (17.97% from 255 or 11.08% from 406); Max value from RGB is 228 - color contains mainly: green. Hex color #85E42D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85E42D is #7A1BD2. Grayscale: #B3B3B3. Windows color (decimal): -8002515 or 3007621. OLE color: 3007621.

HSL color Cylindrical-coordinate representation of color #85E42D: hue angle of 91.15º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85E42D is Cyan = 0.42, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 133 228 45 -
CMYK 0.42 0 0.80 0.11
HSL 91.15º 0.77% 0.54% -
HSV(B) 91.15º 0.8% 0.89% -
XYZ 37.89 60.66 12.19 -
YUV 178.73 52.53 95.38 -
System Red Green Blue C M Y K H S L
Decimal 133 228 45 0.42 0 0.80 0.11 91.15 0.77 0.54
Hex 85 E4 2D 2A 0 50 B 5B 4D 36
Octal 205 344 55 52 0 120 13 133 115 66
Binary 10000101 11100100 101101 101010 0 1010000 1011 1011011 1001101 110110

Color Harmonies of #85E42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E42D

Black with #85E42D

Text Example


Text Example

White with #85E42D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,228,45); }

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

background-color css

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

 a { background-color: rgb(133,228,45); }

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

border-color css

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

 span { border-color: rgb(133,228,45); }

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