#CAFDC5

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

Shades of Snowy Mint #CAFDC5

Tints of Snowy Mint #CAFDC5

Color information

#CAFDC5 (or 0xCAFDC5) is unknown color: approx Snowy Mint. HEX triplet: CA, FD and C5. RGB value is (202,253,197). Sum of RGB (Red+Green+Blue) = 202+253+197=652 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.98% from 652); Green value is 253 (99.22% from 255 or 38.80% from 652); Blue value is 197 (77.34% from 255 or 30.21% from 652); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFDC5 is #35023A. Grayscale: #E7E7E7. Windows color (decimal): -3473979 or 12975562. OLE color: 12975562.

HSL color Cylindrical-coordinate representation of color #CAFDC5: hue angle of 114.64º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAFDC5 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB202253197-
CMYK0.2000.220.01
HSL114.64º93.33%88.24%-
HSV(B)114.64º22.13%99.22%-
XYZ69.5686.8465.92-
YUV231.37108.6107.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.98%
GREEN value IS 253 (99.22% from 255) = 38.80%
BLUE value IS 197 (77.34% from 255) = 30.21%
R=30.98%
G=38.80%
B=30.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022531970.2000.220.01114.6493.3388.24
HexCAFDC5140161735d58
Octal312375305240261163135130
Binary110010101111110111000101101000101101111001110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFDC5; }

 p { color: rgb(202,253,197); }

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

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

 a { background-color: rgb(202,253,197); }

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

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

 span { border-color: rgb(202,253,197); }

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