#CBF2D2

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

Shades of Granny Apple #CBF2D2

Tints of Granny Apple #CBF2D2

Color information

#CBF2D2 (or 0xCBF2D2) is unknown color: approx Granny Apple. HEX triplet: CB, F2 and D2. RGB value is (203,242,210). Sum of RGB (Red+Green+Blue) = 203+242+210=655 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.99% from 655); Green value is 242 (94.92% from 255 or 36.95% from 655); Blue value is 210 (82.42% from 255 or 32.06% from 655); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF2D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF2D2 is #340D2D. Grayscale: #E2E2E2. Windows color (decimal): -3411246 or 13824715. OLE color: 13824715.

HSL color Cylindrical-coordinate representation of color #CBF2D2: hue angle of 130.77º 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 #CBF2D2 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB203242210-
CMYK0.1600.130.05
HSL130.77º60%87.25%-
HSV(B)130.77º16.12%94.9%-
XYZ68.0180.8572.99-
YUV226.69118.58111.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.99%
GREEN value IS 242 (94.92% from 255) = 36.95%
BLUE value IS 210 (82.42% from 255) = 32.06%
R=30.99%
G=36.95%
B=32.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032422100.1600.130.05130.776087.25
HexCBF2D2100D5833c57
Octal31336232220015520374127
Binary1100101111110010110100101000001101101100000111111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF2D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF2D2; }

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

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

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

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

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

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

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

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