#C0FFCB

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

Shades of Granny Apple #C0FFCB

Tints of Granny Apple #C0FFCB

Color information

#C0FFCB (or 0xC0FFCB) is unknown color: approx Granny Apple. HEX triplet: C0, FF and CB. RGB value is (192,255,203). Sum of RGB (Red+Green+Blue) = 192+255+203=650 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.54% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 203 (79.69% from 255 or 31.23% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FFCB is #3F0034. Grayscale: #E6E6E6. Windows color (decimal): -4128821 or 13369280. OLE color: 13369280.

HSL color Cylindrical-coordinate representation of color #C0FFCB: hue angle of 130.48º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0FFCB is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB192255203-
CMYK0.2500.200
HSL130.48º100%87.65%-
HSV(B)130.48º24.71%100%-
XYZ68.2887.0469.7-
YUV230.24112.63100.73-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.54%
GREEN value IS 255 (100% from 255) = 39.23%
BLUE value IS 203 (79.69% from 255) = 31.23%
R=29.54%
G=39.23%
B=31.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1922552030.2500.200130.4810087.65
HexC0FFCB190140826458
Octal300377313310240202144130
Binary1100000011111111110010111100101010001000001011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FFCB; }

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

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

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

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

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

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

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

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