Html Css Color HEX #21B056 Eucalyptus

📋 copy color: '#21B056'

red 33 ◦ green 176 ◦ blue 86

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

Shades of Eucalyptus #21B056

Tints of Eucalyptus #21B056

RGB

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

 GREEN value IS 176 (69.14% from 255) = 59.66%

 BLUE value IS 86 (33.98% from 255) = 29.15%

R = 11.19%
G = 59.66%
B = 29.15%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#21B056 (or 0x21B056) is known color: Eucalyptus. HEX triplet: 21, B0 and 56. RGB value is (33,176,86). Sum of RGB (Red+Green+Blue) = 33+176+86=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 176 (69.14% from 255 or 59.66% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 176 - color contains mainly: green. Hex color #21B056 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21B056 is #DE4FA9. Grayscale: #7B7B7B. Windows color (decimal): -14569386 or 5681185. OLE color: 5681185.

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

Color convert

RGB 33 176 86 -
CMYK 0.81 0 0.51 0.31
HSL 142.24º 0.68% 0.41% -
HSV(B) 142.24º 0.81% 0.69% -
XYZ 17.83 32.05 14.05 -
YUV 122.98 107.12 63.82 -
System Red Green Blue C M Y K H S L
Decimal 33 176 86 0.81 0 0.51 0.31 142.24 0.68 0.41
Hex 21 B0 56 51 0 33 1F 8E 44 29
Octal 41 260 126 121 0 63 37 216 104 51
Binary 100001 10110000 1010110 1010001 0 110011 11111 10001110 1000100 101001

Color Harmonies of #21B056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B056

Black with #21B056

Text Example


Text Example

White with #21B056

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,176,86); }

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

background-color css

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

 a { background-color: rgb(33,176,86); }

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

border-color css

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

 span { border-color: rgb(33,176,86); }

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