#CBFFD2

Color #CBFFD2 Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #CBFFD2

Tints of Granny Apple #CBFFD2

Color information

#CBFFD2 (or 0xCBFFD2) is unknown color: approx Granny Apple. HEX triplet: CB, FF and D2. RGB value is (203,255,210). Sum of RGB (Red+Green+Blue) = 203+255+210=668 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.39% from 668); Green value is 255 (100% from 255 or 38.17% from 668); Blue value is 210 (82.42% from 255 or 31.44% from 668); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFFD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFFD2 is #34002D. Grayscale: #EAEAEA. Windows color (decimal): -3407918 or 13828043. OLE color: 13828043.

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

Color convert

RGB203255210-
CMYK0.2000.180
HSL128.08º100%89.8%-
HSV(B)128.08º20.39%100%-
XYZ72.0288.8774.33-
YUV234.32114.27105.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.39%
GREEN value IS 255 (100% from 255) = 38.17%
BLUE value IS 210 (82.42% from 255) = 31.44%
R=30.39%
G=38.17%
B=31.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2032552100.2000.180128.0810089.8
HexCBFFD214012080645a
Octal313377322240220200144132
Binary1100101111111111110100101010001001001000000011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFFD2; }

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

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

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

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

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

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

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

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