#CBFFD8

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

Shades of Granny Apple #CBFFD8

Tints of Granny Apple #CBFFD8

Color information

#CBFFD8 (or 0xCBFFD8) is unknown color: approx Granny Apple. HEX triplet: CB, FF and D8. RGB value is (203,255,216). Sum of RGB (Red+Green+Blue) = 203+255+216=674 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.12% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 216 (84.77% from 255 or 32.05% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFFD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFFD8 is #340027. Grayscale: #EBEBEB. Windows color (decimal): -3407912 or 14221259. OLE color: 14221259.

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

Color convert

RGB203255216-
CMYK0.2000.150
HSL135º100%89.8%-
HSV(B)135º20.39%100%-
XYZ72.7889.1778.34-
YUV235.01117.27105.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.12%
GREEN value IS 255 (100% from 255) = 37.83%
BLUE value IS 216 (84.77% from 255) = 32.05%
R=30.12%
G=37.83%
B=32.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2032552160.2000.15013510089.8
HexCBFFD8140F087645a
Octal313377330240170207144132
Binary110010111111111111011000101000111101000011111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFFD8; }

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

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

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

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

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

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

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

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