Html Css Color HEX #85DC21 Yellow Green

📋 copy color: '#85DC21'

red 133 ◦ green 220 ◦ blue 33

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

Shades of Yellow Green #85DC21

Tints of Yellow Green #85DC21

RGB

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

 GREEN value IS 220 (86.33% from 255) = 56.99%

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

R = 34.46%
G = 56.99%
B = 8.55%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#85DC21 (or 0x85DC21) is known color: Yellow Green. HEX triplet: 85, DC and 21. RGB value is (133,220,33). Sum of RGB (Red+Green+Blue) = 133+220+33=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 220 (86.33% from 255 or 56.99% from 386); Blue value is 33 (13.28% from 255 or 8.55% from 386); Max value from RGB is 220 - color contains mainly: green. Hex color #85DC21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85DC21 is #7A23DE. Grayscale: #ADADAD. Windows color (decimal): -8004575 or 2219141. OLE color: 2219141.

HSL color Cylindrical-coordinate representation of color #85DC21: hue angle of 87.91º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #85DC21 is Cyan = 0.40, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 220 33 -
CMYK 0.40 0 0.85 0.14
HSL 87.91º 0.74% 0.5% -
HSV(B) 87.91º 0.85% 0.86% -
XYZ 35.54 56.28 10.43 -
YUV 172.67 49.18 99.71 -
System Red Green Blue C M Y K H S L
Decimal 133 220 33 0.40 0 0.85 0.14 87.91 0.74 0.5
Hex 85 DC 21 28 0 55 E 58 4A 32
Octal 205 334 41 50 0 125 16 130 112 62
Binary 10000101 11011100 100001 101000 0 1010101 1110 1011000 1001010 110010

Color Harmonies of #85DC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DC21

Black with #85DC21

Text Example


Text Example

White with #85DC21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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