#C0FDD0

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

Shades of Granny Apple #C0FDD0

Tints of Granny Apple #C0FDD0

Color information

#C0FDD0 (or 0xC0FDD0) is unknown color: approx Granny Apple. HEX triplet: C0, FD and D0. RGB value is (192,253,208). Sum of RGB (Red+Green+Blue) = 192+253+208=653 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.40% from 653); Green value is 253 (99.22% from 255 or 38.74% from 653); Blue value is 208 (81.64% from 255 or 31.85% from 653); Max value from RGB is 253 - color contains mainly: green. Hex color #C0FDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FDD0 is #3F022F. Grayscale: #E5E5E5. Windows color (decimal): -4129328 or 13696448. OLE color: 13696448.

HSL color Cylindrical-coordinate representation of color #C0FDD0: hue angle of 135.74º degrees, saturation: 0.94, 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 #C0FDD0 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB192253208-
CMYK0.2400.180.01
HSL135.74º93.85%87.25%-
HSV(B)135.74º24.11%99.22%-
XYZ68.2586.0172.68-
YUV229.63115.79101.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.40%
GREEN value IS 253 (99.22% from 255) = 38.74%
BLUE value IS 208 (81.64% from 255) = 31.85%
R=29.40%
G=38.74%
B=31.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1922532080.2400.180.01135.7493.8587.25
HexC0FDD0180121885e57
Octal300375320300221210136127
Binary1100000011111101110100001100001001011000100010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FDD0; }

 p { color: rgb(192,253,208); }

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

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

 a { background-color: rgb(192,253,208); }

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

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

 span { border-color: rgb(192,253,208); }

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