Html Css Color HEX #21AF4D Eucalyptus

📋 copy color: '#21AF4D'

red 33 ◦ green 175 ◦ blue 77

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

Shades of Eucalyptus #21AF4D

Tints of Eucalyptus #21AF4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 27.02%

R = 11.58%
G = 61.4%
B = 27.02%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#21AF4D (or 0x21AF4D) is known color: Eucalyptus. HEX triplet: 21, AF and 4D. RGB value is (33,175,77). Sum of RGB (Red+Green+Blue) = 33+175+77=285 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.58% from 285); Green value is 175 (68.75% from 255 or 61.40% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 175 - color contains mainly: green. Hex color #21AF4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AF4D is #DE50B2. Grayscale: #797979. Windows color (decimal): -14569651 or 5091105. OLE color: 5091105.

HSL color Cylindrical-coordinate representation of color #21AF4D: hue angle of 138.59º 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 #21AF4D is Cyan = 0.81, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 33 175 77 -
CMYK 0.81 0 0.56 0.31
HSL 138.59º 0.68% 0.41% -
HSV(B) 138.59º 0.81% 0.69% -
XYZ 17.3 31.52 12.19 -
YUV 121.37 102.96 64.97 -
System Red Green Blue C M Y K H S L
Decimal 33 175 77 0.81 0 0.56 0.31 138.59 0.68 0.41
Hex 21 AF 4D 51 0 38 1F 8B 44 29
Octal 41 257 115 121 0 70 37 213 104 51
Binary 100001 10101111 1001101 1010001 0 111000 11111 10001011 1000100 101001

Color Harmonies of #21AF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AF4D

Black with #21AF4D

Text Example


Text Example

White with #21AF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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