#CBF4CD

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

Shades of Granny Apple #CBF4CD

Tints of Granny Apple #CBF4CD

Color information

#CBF4CD (or 0xCBF4CD) is unknown color: approx Granny Apple. HEX triplet: CB, F4 and CD. RGB value is (203,244,205). Sum of RGB (Red+Green+Blue) = 203+244+205=652 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.13% from 652); Green value is 244 (95.70% from 255 or 37.42% from 652); Blue value is 205 (80.47% from 255 or 31.44% from 652); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF4CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF4CD is #340B32. Grayscale: #E3E3E3. Windows color (decimal): -3410739 or 13497547. OLE color: 13497547.

HSL color Cylindrical-coordinate representation of color #CBF4CD: hue angle of 122.93º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBF4CD is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB203244205-
CMYK0.1700.160.04
HSL122.93º65.08%87.65%-
HSV(B)122.93º16.8%95.69%-
XYZ6881.8169.96-
YUV227.3115.42110.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.13%
GREEN value IS 244 (95.70% from 255) = 37.42%
BLUE value IS 205 (80.47% from 255) = 31.44%
R=31.13%
G=37.42%
B=31.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2032442050.1700.160.04122.9365.0887.65
HexCBF4CD1101047b4158
Octal313364315210204173101130
Binary11001011111101001100110110001010000100111101110000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF4CD; }

 p { color: rgb(203,244,205); }

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

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

 a { background-color: rgb(203,244,205); }

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

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

 span { border-color: rgb(203,244,205); }

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