Html Css Color HEX #21AB50 Eucalyptus

📋 copy color: '#21AB50'

red 33 ◦ green 171 ◦ blue 80

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

Shades of Eucalyptus #21AB50

Tints of Eucalyptus #21AB50

RGB

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

 GREEN value IS 171 (67.19% from 255) = 60.21%

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

R = 11.62%
G = 60.21%
B = 28.17%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#21AB50 (or 0x21AB50) is known color: Eucalyptus. HEX triplet: 21, AB and 50. RGB value is (33,171,80). Sum of RGB (Red+Green+Blue) = 33+171+80=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 171 (67.19% from 255 or 60.21% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 171 - color contains mainly: green. Hex color #21AB50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AB50 is #DE54AF. Grayscale: #777777. Windows color (decimal): -14570672 or 5286689. OLE color: 5286689.

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

Color convert

RGB 33 171 80 -
CMYK 0.81 0 0.53 0.33
HSL 140.43º 0.68% 0.4% -
HSV(B) 140.43º 0.81% 0.67% -
XYZ 16.64 30.03 12.51 -
YUV 119.36 105.78 66.4 -
System Red Green Blue C M Y K H S L
Decimal 33 171 80 0.81 0 0.53 0.33 140.43 0.68 0.4
Hex 21 AB 50 51 0 35 21 8C 44 28
Octal 41 253 120 121 0 65 41 214 104 50
Binary 100001 10101011 1010000 1010001 0 110101 100001 10001100 1000100 101000

Color Harmonies of #21AB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AB50

Black with #21AB50

Text Example


Text Example

White with #21AB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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