Html Css Color HEX #85DF21 Yellow Green

📋 copy color: '#85DF21'

red 133 ◦ green 223 ◦ blue 33

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

Shades of Yellow Green #85DF21

Tints of Yellow Green #85DF21

RGB

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

 GREEN value IS 223 (87.5% from 255) = 57.33%

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

R = 34.19%
G = 57.33%
B = 8.48%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#85DF21 (or 0x85DF21) is known color: Yellow Green. HEX triplet: 85, DF and 21. RGB value is (133,223,33). Sum of RGB (Red+Green+Blue) = 133+223+33=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 223 (87.5% from 255 or 57.33% from 389); Blue value is 33 (13.28% from 255 or 8.48% from 389); Max value from RGB is 223 - color contains mainly: green. Hex color #85DF21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85DF21 is #7A20DE. Grayscale: #AFAFAF. Windows color (decimal): -8003807 or 2219909. OLE color: 2219909.

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

Color convert

RGB 133 223 33 -
CMYK 0.40 0 0.85 0.13
HSL 88.42º 0.75% 0.5% -
HSV(B) 88.42º 0.85% 0.87% -
XYZ 36.34 57.87 10.69 -
YUV 174.43 48.18 98.45 -
System Red Green Blue C M Y K H S L
Decimal 133 223 33 0.40 0 0.85 0.13 88.42 0.75 0.5
Hex 85 DF 21 28 0 55 D 58 4B 32
Octal 205 337 41 50 0 125 15 130 113 62
Binary 10000101 11011111 100001 101000 0 1010101 1101 1011000 1001011 110010

Color Harmonies of #85DF21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DF21

Black with #85DF21

Text Example


Text Example

White with #85DF21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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