#CBF2CD

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

Shades of Granny Apple #CBF2CD

Tints of Granny Apple #CBF2CD

Color information

#CBF2CD (or 0xCBF2CD) is unknown color: approx Granny Apple. HEX triplet: CB, F2 and CD. RGB value is (203,242,205). Sum of RGB (Red+Green+Blue) = 203+242+205=650 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.23% from 650); Green value is 242 (94.92% from 255 or 37.23% from 650); Blue value is 205 (80.47% from 255 or 31.54% from 650); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF2CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF2CD is #340D32. Grayscale: #E2E2E2. Windows color (decimal): -3411251 or 13497035. OLE color: 13497035.

HSL color Cylindrical-coordinate representation of color #CBF2CD: hue angle of 123.08º degrees, saturation: 0.6, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBF2CD is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB203242205-
CMYK0.1600.150.05
HSL123.08º60%87.25%-
HSV(B)123.08º16.12%94.9%-
XYZ67.480.6169.76-
YUV226.12116.08111.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.23%
GREEN value IS 242 (94.92% from 255) = 37.23%
BLUE value IS 205 (80.47% from 255) = 31.54%
R=31.23%
G=37.23%
B=31.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032422050.1600.150.05123.086087.25
HexCBF2CD100F57b3c57
Octal31336231520017517374127
Binary110010111111001011001101100000111110111110111111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF2CD; }

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

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

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

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

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

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

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

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