#C0FDE0

Color #C0FDE0 Mint Tulip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Tulip #C0FDE0

Tints of Mint Tulip #C0FDE0

Color information

#C0FDE0 (or 0xC0FDE0) is unknown color: approx Mint Tulip. HEX triplet: C0, FD and E0. RGB value is (192,253,224). Sum of RGB (Red+Green+Blue) = 192+253+224=669 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.70% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 224 (87.89% from 255 or 33.48% from 669); Max value from RGB is 253 - color contains mainly: green. Hex color #C0FDE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FDE0 is #3F021F. Grayscale: #E7E7E7. Windows color (decimal): -4129312 or 14745024. OLE color: 14745024.

HSL color Cylindrical-coordinate representation of color #C0FDE0: hue angle of 151.48º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FDE0 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB192253224-
CMYK0.2400.110.01
HSL151.48º93.85%87.25%-
HSV(B)151.48º24.11%99.22%-
XYZ70.3286.8483.58-
YUV231.46123.7999.86-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.70%
GREEN value IS 253 (99.22% from 255) = 37.82%
BLUE value IS 224 (87.89% from 255) = 33.48%
R=28.70%
G=37.82%
B=33.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1922532240.2400.110.01151.4893.8587.25
HexC0FDE0180B1975e57
Octal300375340300131227136127
Binary110000001111110111100000110000101111001011110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FDE0; }

 p { color: rgb(192,253,224); }

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

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

 a { background-color: rgb(192,253,224); }

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

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

 span { border-color: rgb(192,253,224); }

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