#21CF7F

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

Shades of Mountain Meadow #21CF7F

Tints of Mountain Meadow #21CF7F

Color information

#21CF7F (or 0x21CF7F) is unknown color: approx Mountain Meadow. HEX triplet: 21, CF and 7F. RGB value is (33,207,127). Sum of RGB (Red+Green+Blue) = 33+207+127=367 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.99% from 367); Green value is 207 (81.25% from 255 or 56.40% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 207 - color contains mainly: green. Hex color #21CF7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CF7F is #DE3080. Grayscale: #929292. Windows color (decimal): -14561409 or 8376097. OLE color: 8376097.

HSL color Cylindrical-coordinate representation of color #21CF7F: hue angle of 152.41º 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 #21CF7F is Cyan = 0.84, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB33207127-
CMYK0.8400.390.19
HSL152.41º72.5%47.06%-
HSV(B)152.41º84.06%81.18%-
XYZ26.7746.4827.64-
YUV145.85117.3547.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.99%
GREEN value IS 207 (81.25% from 255) = 56.40%
BLUE value IS 127 (50% from 255) = 34.60%
R=8.99%
G=56.40%
B=34.60%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal332071270.8400.390.19152.4172.547.06
Hex21CF7F540271398482f
Octal413171771240472323011057
Binary1000011100111111111111010100010011110011100110001001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21CF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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