#C0FBCE

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

Shades of Granny Apple #C0FBCE

Tints of Granny Apple #C0FBCE

Color information

#C0FBCE (or 0xC0FBCE) is unknown color: approx Granny Apple. HEX triplet: C0, FB and CE. RGB value is (192,251,206). Sum of RGB (Red+Green+Blue) = 192+251+206=649 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.58% from 649); Green value is 251 (98.44% from 255 or 38.67% from 649); Blue value is 206 (80.86% from 255 or 31.74% from 649); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FBCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FBCE is #3F0431. Grayscale: #E4E4E4. Windows color (decimal): -4129842 or 13564864. OLE color: 13564864.

HSL color Cylindrical-coordinate representation of color #C0FBCE: hue angle of 134.24º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FBCE is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB192251206-
CMYK0.2400.180.02
HSL134.24º88.06%86.86%-
HSV(B)134.24º23.51%98.43%-
XYZ67.3884.6671.18-
YUV228.23115.45102.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.58%
GREEN value IS 251 (98.44% from 255) = 38.67%
BLUE value IS 206 (80.86% from 255) = 31.74%
R=29.58%
G=38.67%
B=31.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922512060.2400.180.02134.2488.0686.86
HexC0FBCE180122865857
Octal300373316300222206130127
Binary11000000111110111100111011000010010101000011010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FBCE; }

 p { color: rgb(192,251,206); }

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

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

 a { background-color: rgb(192,251,206); }

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

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

 span { border-color: rgb(192,251,206); }

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