#CBFDC5

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

Shades of Snowy Mint #CBFDC5

Tints of Snowy Mint #CBFDC5

Color information

#CBFDC5 (or 0xCBFDC5) is unknown color: approx Snowy Mint. HEX triplet: CB, FD and C5. RGB value is (203,253,197). Sum of RGB (Red+Green+Blue) = 203+253+197=653 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.09% from 653); Green value is 253 (99.22% from 255 or 38.74% from 653); Blue value is 197 (77.34% from 255 or 30.17% from 653); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFDC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFDC5 is #34023A. Grayscale: #E7E7E7. Windows color (decimal): -3408443 or 12975563. OLE color: 12975563.

HSL color Cylindrical-coordinate representation of color #CBFDC5: hue angle of 113.57º 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 #CBFDC5 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB203253197-
CMYK0.2000.220.01
HSL113.57º93.33%88.24%-
HSV(B)113.57º22.13%99.22%-
XYZ69.8386.9865.93-
YUV231.67108.44107.55-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.09%
GREEN value IS 253 (99.22% from 255) = 38.74%
BLUE value IS 197 (77.34% from 255) = 30.17%
R=31.09%
G=38.74%
B=30.17%

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
Decimal2032531970.2000.220.01113.5793.3388.24
HexCBFDC5140161725d58
Octal313375305240261162135130
Binary110010111111110111000101101000101101111001010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFDC5; }

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

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

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

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

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

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

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

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