Html Css Color HEX #85D421 Yellow Green

📋 copy color: '#85D421'

red 133 ◦ green 212 ◦ blue 33

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

Shades of Yellow Green #85D421

Tints of Yellow Green #85D421

RGB

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

 GREEN value IS 212 (83.2% from 255) = 56.08%

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

R = 35.19%
G = 56.08%
B = 8.73%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#85D421 (or 0x85D421) is known color: Yellow Green. HEX triplet: 85, D4 and 21. RGB value is (133,212,33). Sum of RGB (Red+Green+Blue) = 133+212+33=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 212 (83.20% from 255 or 56.08% from 378); Blue value is 33 (13.28% from 255 or 8.73% from 378); Max value from RGB is 212 - color contains mainly: green. Hex color #85D421 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D421 is #7A2BDE. Grayscale: #A8A8A8. Windows color (decimal): -8006623 or 2217093. OLE color: 2217093.

HSL color Cylindrical-coordinate representation of color #85D421: hue angle of 86.48º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #85D421 is Cyan = 0.37, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB 133 212 33 -
CMYK 0.37 0 0.84 0.17
HSL 86.48º 0.73% 0.48% -
HSV(B) 86.48º 0.84% 0.83% -
XYZ 33.49 52.18 9.75 -
YUV 167.97 51.83 103.05 -
System Red Green Blue C M Y K H S L
Decimal 133 212 33 0.37 0 0.84 0.17 86.48 0.73 0.48
Hex 85 D4 21 25 0 54 11 56 49 30
Octal 205 324 41 45 0 124 21 126 111 60
Binary 10000101 11010100 100001 100101 0 1010100 10001 1010110 1001001 110000

Color Harmonies of #85D421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D421

Black with #85D421

Text Example


Text Example

White with #85D421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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