#CBF0CF

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

Shades of Granny Apple #CBF0CF

Tints of Granny Apple #CBF0CF

Color information

#CBF0CF (or 0xCBF0CF) is unknown color: approx Granny Apple. HEX triplet: CB, F0 and CF. RGB value is (203,240,207). Sum of RGB (Red+Green+Blue) = 203+240+207=650 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.23% from 650); Green value is 240 (94.14% from 255 or 36.92% from 650); Blue value is 207 (81.25% from 255 or 31.85% from 650); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF0CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF0CF is #340F30. Grayscale: #E1E1E1. Windows color (decimal): -3411761 or 13627595. OLE color: 13627595.

HSL color Cylindrical-coordinate representation of color #CBF0CF: hue angle of 126.49º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBF0CF is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB203240207-
CMYK0.1500.140.06
HSL126.49º55.22%86.86%-
HSV(B)126.49º15.42%94.12%-
XYZ67.0579.5270.85-
YUV225.18117.74112.18-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.23%
GREEN value IS 240 (94.14% from 255) = 36.92%
BLUE value IS 207 (81.25% from 255) = 31.85%
R=31.23%
G=36.92%
B=31.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032402070.1500.140.06126.4955.2286.86
HexCBF0CFF0E67e3757
Octal31336031717016617667127
Binary11001011111100001100111111110111011011111101101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF0CF; }

 p { color: rgb(203,240,207); }

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

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

 a { background-color: rgb(203,240,207); }

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

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

 span { border-color: rgb(203,240,207); }

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