#CBFFC7

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

Shades of Snowy Mint #CBFFC7

Tints of Snowy Mint #CBFFC7

Color information

#CBFFC7 (or 0xCBFFC7) is unknown color: approx Snowy Mint. HEX triplet: CB, FF and C7. RGB value is (203,255,199). Sum of RGB (Red+Green+Blue) = 203+255+199=657 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.90% from 657); Green value is 255 (100% from 255 or 38.81% from 657); Blue value is 199 (78.12% from 255 or 30.29% from 657); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFFC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFFC7 is #340038. Grayscale: #E9E9E9. Windows color (decimal): -3407929 or 13107147. OLE color: 13107147.

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

Color convert

RGB203255199-
CMYK0.2000.220
HSL115.71º100%89.02%-
HSV(B)115.71º21.96%100%-
XYZ70.788.3467.36-
YUV233.07108.77106.55-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.90%
GREEN value IS 255 (100% from 255) = 38.81%
BLUE value IS 199 (78.12% from 255) = 30.29%
R=30.90%
G=38.81%
B=30.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2032551990.2000.220115.7110089.02
HexCBFFC7140160746459
Octal313377307240260164144131
Binary110010111111111111000111101000101100111010011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFFC7; }

 p { color: rgb(203,255,199); }

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

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

 a { background-color: rgb(203,255,199); }

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

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

 span { border-color: rgb(203,255,199); }

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