#CBFCDA

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

Shades of Granny Apple #CBFCDA

Tints of Granny Apple #CBFCDA

Color information

#CBFCDA (or 0xCBFCDA) is unknown color: approx Granny Apple. HEX triplet: CB, FC and DA. RGB value is (203,252,218). Sum of RGB (Red+Green+Blue) = 203+252+218=673 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.16% from 673); Green value is 252 (98.83% from 255 or 37.44% from 673); Blue value is 218 (85.55% from 255 or 32.39% from 673); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFCDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFCDA is #340325. Grayscale: #E9E9E9. Windows color (decimal): -3408678 or 14351563. OLE color: 14351563.

HSL color Cylindrical-coordinate representation of color #CBFCDA: hue angle of 138.37º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBFCDA is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB203252218-
CMYK0.1900.130.01
HSL138.37º89.09%89.22%-
HSV(B)138.37º19.44%98.82%-
XYZ72.0987.3879.4-
YUV233.47119.27106.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.16%
GREEN value IS 252 (98.83% from 255) = 37.44%
BLUE value IS 218 (85.55% from 255) = 32.39%
R=30.16%
G=37.44%
B=32.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2032522180.1900.130.01138.3789.0989.22
HexCBFCDA130D18a5959
Octal313374332230151212131131
Binary110010111111110011011010100110110111000101010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFCDA; }

 p { color: rgb(203,252,218); }

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

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

 a { background-color: rgb(203,252,218); }

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

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

 span { border-color: rgb(203,252,218); }

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