Html Css Color HEX #85E321 Yellow Green

📋 copy color: '#85E321'

red 133 ◦ green 227 ◦ blue 33

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

Shades of Yellow Green #85E321

Tints of Yellow Green #85E321

RGB

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

 GREEN value IS 227 (89.06% from 255) = 57.76%

 BLUE value IS 33 (13.28% from 255) = 8.4%

R = 33.84%
G = 57.76%
B = 8.4%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#85E321 (or 0x85E321) is known color: Yellow Green. HEX triplet: 85, E3 and 21. RGB value is (133,227,33). Sum of RGB (Red+Green+Blue) = 133+227+33=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 227 (89.06% from 255 or 57.76% from 393); Blue value is 33 (13.28% from 255 or 8.40% from 393); Max value from RGB is 227 - color contains mainly: green. Hex color #85E321 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85E321 is #7A1CDE. Grayscale: #B1B1B1. Windows color (decimal): -8002783 or 2220933. OLE color: 2220933.

HSL color Cylindrical-coordinate representation of color #85E321: hue angle of 89.07º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #85E321 is Cyan = 0.41, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB 133 227 33 -
CMYK 0.41 0 0.85 0.11
HSL 89.07º 0.78% 0.51% -
HSV(B) 89.07º 0.85% 0.89% -
XYZ 37.42 60.03 11.05 -
YUV 176.78 46.86 96.77 -
System Red Green Blue C M Y K H S L
Decimal 133 227 33 0.41 0 0.85 0.11 89.07 0.78 0.51
Hex 85 E3 21 29 0 55 B 59 4E 33
Octal 205 343 41 51 0 125 13 131 116 63
Binary 10000101 11100011 100001 101001 0 1010101 1011 1011001 1001110 110011

Color Harmonies of #85E321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E321

Black with #85E321

Text Example


Text Example

White with #85E321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,227,33); }

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

background-color css

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

 a { background-color: rgb(133,227,33); }

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

border-color css

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

 span { border-color: rgb(133,227,33); }

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