#CBFFC4

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

Shades of Snowy Mint #CBFFC4

Tints of Snowy Mint #CBFFC4

Color information

#CBFFC4 (or 0xCBFFC4) is unknown color: approx Snowy Mint. HEX triplet: CB, FF and C4. RGB value is (203,255,196). Sum of RGB (Red+Green+Blue) = 203+255+196=654 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.04% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 196 (76.95% from 255 or 29.97% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFFC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFFC4 is #34003B. Grayscale: #E8E8E8. Windows color (decimal): -3407932 or 12910539. OLE color: 12910539.

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

Color convert

RGB203255196-
CMYK0.2000.230
HSL112.88º100%88.43%-
HSV(B)112.88º23.14%100%-
XYZ70.3588.265.54-
YUV232.73107.27106.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.04%
GREEN value IS 255 (100% from 255) = 38.99%
BLUE value IS 196 (76.95% from 255) = 29.97%
R=31.04%
G=38.99%
B=29.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2032551960.2000.230112.8810088.43
HexCBFFC4140170716458
Octal313377304240270161144130
Binary110010111111111111000100101000101110111000111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFFC4; }

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

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

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

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

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

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

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

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