#21B256

Color #21B256 Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #21B256

Tints of Eucalyptus #21B256

Color information

#21B256 (or 0x21B256) is unknown color: approx Eucalyptus. HEX triplet: 21, B2 and 56. RGB value is (33,178,86). Sum of RGB (Red+Green+Blue) = 33+178+86=297 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.11% from 297); Green value is 178 (69.92% from 255 or 59.93% from 297); Blue value is 86 (33.98% from 255 or 28.96% from 297); Max value from RGB is 178 - color contains mainly: green. Hex color #21B256 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21B256 is #DE4DA9. Grayscale: #7C7C7C. Windows color (decimal): -14568874 or 5681697. OLE color: 5681697.

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

Color convert

RGB3317886-
CMYK0.8100.520.30
HSL141.93º68.72%41.37%-
HSV(B)141.93º81.46%69.8%-
XYZ18.2332.8414.18-
YUV124.16106.4662.98-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.11%
GREEN value IS 178 (69.92% from 255) = 59.93%
BLUE value IS 86 (33.98% from 255) = 28.96%
R=11.11%
G=59.93%
B=28.96%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal33178860.8100.520.30141.9368.7241.37
Hex21B256510341E8e4529
Octal412621261210643621610551
Binary1000011011001010101101010001011010011110100011101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #21B256;
 }
 .AnyTagClassName
 {
   color: #21B256;
 }
</style>
background-color css

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

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

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

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

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

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