#C0FCCB

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

Shades of Granny Apple #C0FCCB

Tints of Granny Apple #C0FCCB

Color information

#C0FCCB (or 0xC0FCCB) is unknown color: approx Granny Apple. HEX triplet: C0, FC and CB. RGB value is (192,252,203). Sum of RGB (Red+Green+Blue) = 192+252+203=647 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.68% from 647); Green value is 252 (98.83% from 255 or 38.95% from 647); Blue value is 203 (79.69% from 255 or 31.38% from 647); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FCCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FCCB is #3F0334. Grayscale: #E4E4E4. Windows color (decimal): -4129589 or 13368512. OLE color: 13368512.

HSL color Cylindrical-coordinate representation of color #C0FCCB: hue angle of 131º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FCCB is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB192252203-
CMYK0.2400.190.01
HSL131º90.91%87.06%-
HSV(B)131º23.81%98.82%-
XYZ67.3385.1469.38-
YUV228.47113.62101.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.68%
GREEN value IS 252 (98.83% from 255) = 38.95%
BLUE value IS 203 (79.69% from 255) = 31.38%
R=29.68%
G=38.95%
B=31.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1922522030.2400.190.0113190.9187.06
HexC0FCCB180131835b57
Octal300374313300231203133127
Binary1100000011111100110010111100001001111000001110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FCCB; }

 p { color: rgb(192,252,203); }

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

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

 a { background-color: rgb(192,252,203); }

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

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

 span { border-color: rgb(192,252,203); }

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