#C0FFCA

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

Shades of Granny Apple #C0FFCA

Tints of Granny Apple #C0FFCA

Color information

#C0FFCA (or 0xC0FFCA) is unknown color: approx Granny Apple. HEX triplet: C0, FF and CA. RGB value is (192,255,202). Sum of RGB (Red+Green+Blue) = 192+255+202=649 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.58% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 202 (79.30% from 255 or 31.12% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FFCA is #3F0035. Grayscale: #E6E6E6. Windows color (decimal): -4128822 or 13303744. OLE color: 13303744.

HSL color Cylindrical-coordinate representation of color #C0FFCA: hue angle of 129.52º 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 #C0FFCA is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB192255202-
CMYK0.2500.210
HSL129.52º100%87.65%-
HSV(B)129.52º24.71%100%-
XYZ68.1686.9969.08-
YUV230.12112.13100.81-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.58%
GREEN value IS 255 (100% from 255) = 39.29%
BLUE value IS 202 (79.30% from 255) = 31.12%
R=29.58%
G=39.29%
B=31.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1922552020.2500.210129.5210087.65
HexC0FFCA190150826458
Octal300377312310250202144130
Binary1100000011111111110010101100101010101000001011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FFCA; }

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

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

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

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

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

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

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

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