#21cf97

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

Shades of Shamrock #21CF97

Tints of Shamrock #21CF97

Color information

#21CF97 (or 0x21CF97) is unknown color: approx Shamrock. HEX triplet: 21, CF and 97. RGB value is (33,207,151). Sum of RGB (Red+Green+Blue) = 33+207+151=391 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.44% from 391); Green value is 207 (81.25% from 255 or 52.94% from 391); Blue value is 151 (59.38% from 255 or 38.62% from 391); Max value from RGB is 207 - color contains mainly: green. Hex color #21CF97 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21CF97 is #DE3068. Grayscale: #949494. Windows color (decimal): -14561385 or 9948961. OLE color: 9948961.

HSL color Cylindrical-coordinate representation of color #21CF97: hue angle of 160.69º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CF97 is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB33207151-
CMYK0.8400.270.19
HSL160.69º72.5%47.06%-
HSV(B)160.69º84.06%81.18%-
XYZ28.5347.1836.88-
YUV148.59129.3545.55-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.44%
GREEN value IS 207 (81.25% from 255) = 52.94%
BLUE value IS 151 (59.38% from 255) = 38.62%
R=8.44%
G=52.94%
B=38.62%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal332071510.8400.270.19160.6972.547.06
Hex21CF975401B13a1482f
Octal413172271240332324111057
Binary1000011100111110010111101010001101110011101000011001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21cf97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,207,151); }

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

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

 a { background-color: rgb(33,207,151); }

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

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

 span { border-color: rgb(33,207,151); }

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