Html Css Color HEX #85D021 Yellow Green

📋 copy color: '#85D021'

red 133 ◦ green 208 ◦ blue 33

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

Shades of Yellow Green #85D021

Tints of Yellow Green #85D021

RGB

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

 GREEN value IS 208 (81.64% from 255) = 55.61%

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

R = 35.56%
G = 55.61%
B = 8.82%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#85D021 (or 0x85D021) is known color: Yellow Green. HEX triplet: 85, D0 and 21. RGB value is (133,208,33). Sum of RGB (Red+Green+Blue) = 133+208+33=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 208 (81.64% from 255 or 55.61% from 374); Blue value is 33 (13.28% from 255 or 8.82% from 374); Max value from RGB is 208 - color contains mainly: green. Hex color #85D021 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D021 is #7A2FDE. Grayscale: #A6A6A6. Windows color (decimal): -8007647 or 2216069. OLE color: 2216069.

HSL color Cylindrical-coordinate representation of color #85D021: hue angle of 85.71º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #85D021 is Cyan = 0.36, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 133 208 33 -
CMYK 0.36 0 0.84 0.18
HSL 85.71º 0.73% 0.47% -
HSV(B) 85.71º 0.84% 0.82% -
XYZ 32.5 50.21 9.42 -
YUV 165.63 53.15 104.73 -
System Red Green Blue C M Y K H S L
Decimal 133 208 33 0.36 0 0.84 0.18 85.71 0.73 0.47
Hex 85 D0 21 24 0 54 12 56 49 2F
Octal 205 320 41 44 0 124 22 126 111 57
Binary 10000101 11010000 100001 100100 0 1010100 10010 1010110 1001001 101111

Color Harmonies of #85D021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D021

Black with #85D021

Text Example


Text Example

White with #85D021

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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