#c0f5c3

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

Shades of Granny Apple #C0F5C3

Tints of Granny Apple #C0F5C3

Color information

#C0F5C3 (or 0xC0F5C3) is unknown color: approx Granny Apple. HEX triplet: C0, F5 and C3. RGB value is (192,245,195). Sum of RGB (Red+Green+Blue) = 192+245+195=632 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.38% from 632); Green value is 245 (96.09% from 255 or 38.77% from 632); Blue value is 195 (76.56% from 255 or 30.85% from 632); Max value from RGB is 245 - color contains mainly: green. Hex color #C0F5C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F5C3 is #3F0A3C. Grayscale: #DFDFDF. Windows color (decimal): -4131389 or 12842432. OLE color: 12842432.

HSL color Cylindrical-coordinate representation of color #C0F5C3: hue angle of 123.4º degrees, saturation: 0.73, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0F5C3 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB192245195-
CMYK0.2200.200.04
HSL123.4º72.6%85.69%-
HSV(B)123.4º21.63%96.08%-
XYZ64.2480.4563.77-
YUV223.45111.94105.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.38%
GREEN value IS 245 (96.09% from 255) = 38.77%
BLUE value IS 195 (76.56% from 255) = 30.85%
R=30.38%
G=38.77%
B=30.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1922451950.2200.200.04123.472.685.69
HexC0F5C31601447b4956
Octal300365303260244173111126
Binary11000000111101011100001110110010100100111101110010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0f5c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0f5c3; }

 p { color: rgb(192,245,195); }

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

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

 a { background-color: rgb(192,245,195); }

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

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

 span { border-color: rgb(192,245,195); }

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