Html Css Color HEX #21AD50 Eucalyptus

📋 copy color: '#21AD50'

red 33 ◦ green 173 ◦ blue 80

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

Shades of Eucalyptus #21AD50

Tints of Eucalyptus #21AD50

RGB

 RED value IS 33 (13.28% from 255) = 11.54%

 GREEN value IS 173 (67.97% from 255) = 60.49%

 BLUE value IS 80 (31.64% from 255) = 27.97%

R = 11.54%
G = 60.49%
B = 27.97%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#21AD50 (or 0x21AD50) is known color: Eucalyptus. HEX triplet: 21, AD and 50. RGB value is (33,173,80). Sum of RGB (Red+Green+Blue) = 33+173+80=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 173 (67.97% from 255 or 60.49% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 173 - color contains mainly: green. Hex color #21AD50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AD50 is #DE52AF. Grayscale: #787878. Windows color (decimal): -14570160 or 5287201. OLE color: 5287201.

HSL color Cylindrical-coordinate representation of color #21AD50: hue angle of 140.14º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AD50 is Cyan = 0.81, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB 33 173 80 -
CMYK 0.81 0 0.54 0.32
HSL 140.14º 0.68% 0.4% -
HSV(B) 140.14º 0.81% 0.68% -
XYZ 17.02 30.79 12.64 -
YUV 120.54 105.12 65.56 -
System Red Green Blue C M Y K H S L
Decimal 33 173 80 0.81 0 0.54 0.32 140.14 0.68 0.4
Hex 21 AD 50 51 0 36 20 8C 44 28
Octal 41 255 120 121 0 66 40 214 104 50
Binary 100001 10101101 1010000 1010001 0 110110 100000 10001100 1000100 101000

Color Harmonies of #21AD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AD50

Black with #21AD50

Text Example


Text Example

White with #21AD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21AD50; }

 p { color: rgb(33,173,80); }

 H1.HeaderClassName
 {
   color: #21AD50;
 }
 .AnyTagClassName
 {
   color: #21AD50;
 }
</style>

background-color css

<style>
 a { background-color: #21AD50; }

 a { background-color: rgb(33,173,80); }

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

border-color css

<style>
 span { border-color: #21AD50; }

 span { border-color: rgb(33,173,80); }

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