#CBF6CD

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

Shades of Granny Apple #CBF6CD

Tints of Granny Apple #CBF6CD

Color information

#CBF6CD (or 0xCBF6CD) is unknown color: approx Granny Apple. HEX triplet: CB, F6 and CD. RGB value is (203,246,205). Sum of RGB (Red+Green+Blue) = 203+246+205=654 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.04% from 654); Green value is 246 (96.48% from 255 or 37.61% from 654); Blue value is 205 (80.47% from 255 or 31.35% from 654); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF6CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF6CD is #340932. Grayscale: #E4E4E4. Windows color (decimal): -3410227 or 13498059. OLE color: 13498059.

HSL color Cylindrical-coordinate representation of color #CBF6CD: hue angle of 122.79º degrees, saturation: 0.7, 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 #CBF6CD is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB203246205-
CMYK0.1700.170.04
HSL122.79º70.49%88.04%-
HSV(B)122.79º17.48%96.47%-
XYZ68.683.0270.17-
YUV228.47114.75109.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.04%
GREEN value IS 246 (96.48% from 255) = 37.61%
BLUE value IS 205 (80.47% from 255) = 31.35%
R=31.04%
G=37.61%
B=31.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2032462050.1700.170.04122.7970.4988.04
HexCBF6CD1101147b4658
Octal313366315210214173106130
Binary11001011111101101100110110001010001100111101110001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF6CD; }

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

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

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

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

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

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

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

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