Html Css Color HEX #21AF5B Eucalyptus

📋 copy color: '#21AF5B'

red 33 ◦ green 175 ◦ blue 91

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

Shades of Eucalyptus #21AF5B

Tints of Eucalyptus #21AF5B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 58.53%

 BLUE value IS 91 (35.94% from 255) = 30.43%

R = 11.04%
G = 58.53%
B = 30.43%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#21AF5B (or 0x21AF5B) is known color: Eucalyptus. HEX triplet: 21, AF and 5B. RGB value is (33,175,91). Sum of RGB (Red+Green+Blue) = 33+175+91=299 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.04% from 299); Green value is 175 (68.75% from 255 or 58.53% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 175 - color contains mainly: green. Hex color #21AF5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AF5B is #DE50A4. Grayscale: #7B7B7B. Windows color (decimal): -14569637 or 6008609. OLE color: 6008609.

HSL color Cylindrical-coordinate representation of color #21AF5B: hue angle of 144.51º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AF5B is Cyan = 0.81, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 33 175 91 -
CMYK 0.81 0 0.48 0.31
HSL 144.51º 0.68% 0.41% -
HSV(B) 144.51º 0.81% 0.69% -
XYZ 17.85 31.74 15.08 -
YUV 122.97 109.96 63.83 -
System Red Green Blue C M Y K H S L
Decimal 33 175 91 0.81 0 0.48 0.31 144.51 0.68 0.41
Hex 21 AF 5B 51 0 30 1F 91 44 29
Octal 41 257 133 121 0 60 37 221 104 51
Binary 100001 10101111 1011011 1010001 0 110000 11111 10010001 1000100 101001

Color Harmonies of #21AF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AF5B

Black with #21AF5B

Text Example


Text Example

White with #21AF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,175,91); }

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

background-color css

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

 a { background-color: rgb(33,175,91); }

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

border-color css

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

 span { border-color: rgb(33,175,91); }

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