#CBFBD8

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

Shades of Granny Apple #CBFBD8

Tints of Granny Apple #CBFBD8

Color information

#CBFBD8 (or 0xCBFBD8) is unknown color: approx Granny Apple. HEX triplet: CB, FB and D8. RGB value is (203,251,216). Sum of RGB (Red+Green+Blue) = 203+251+216=670 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.30% from 670); Green value is 251 (98.44% from 255 or 37.46% from 670); Blue value is 216 (84.77% from 255 or 32.24% from 670); Max value from RGB is 251 - color contains mainly: green. Hex color #CBFBD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFBD8 is #340427. Grayscale: #E8E8E8. Windows color (decimal): -3408936 or 14220235. OLE color: 14220235.

HSL color Cylindrical-coordinate representation of color #CBFBD8: hue angle of 136.25º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBFBD8 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB203251216-
CMYK0.1900.140.02
HSL136.25º85.71%89.02%-
HSV(B)136.25º19.12%98.43%-
XYZ71.5286.6577.92-
YUV232.66118.6106.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.30%
GREEN value IS 251 (98.44% from 255) = 37.46%
BLUE value IS 216 (84.77% from 255) = 32.24%
R=30.30%
G=37.46%
B=32.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032512160.1900.140.02136.2585.7189.02
HexCBFBD8130E2885659
Octal313373330230162210126131
Binary1100101111111011110110001001101110101000100010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFBD8; }

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

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

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

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

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

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

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

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