#C0EDC7

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

Shades of Granny Apple #C0EDC7

Tints of Granny Apple #C0EDC7

Color information

#C0EDC7 (or 0xC0EDC7) is unknown color: approx Granny Apple. HEX triplet: C0, ED and C7. RGB value is (192,237,199). Sum of RGB (Red+Green+Blue) = 192+237+199=628 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.57% from 628); Green value is 237 (92.97% from 255 or 37.74% from 628); Blue value is 199 (78.12% from 255 or 31.69% from 628); Max value from RGB is 237 - color contains mainly: green. Hex color #C0EDC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EDC7 is #3F1238. Grayscale: #DBDBDB. Windows color (decimal): -4133433 or 13102528. OLE color: 13102528.

HSL color Cylindrical-coordinate representation of color #C0EDC7: hue angle of 129.33º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0EDC7 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB192237199-
CMYK0.1900.160.07
HSL129.33º55.56%84.12%-
HSV(B)129.33º18.99%92.94%-
XYZ62.3375.965.4-
YUV219.21116.59108.59-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.57%
GREEN value IS 237 (92.97% from 255) = 37.74%
BLUE value IS 199 (78.12% from 255) = 31.69%
R=30.57%
G=37.74%
B=31.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1922371990.1900.160.07129.3355.5684.12
HexC0EDC7130107813854
Octal30035530723020720170124
Binary11000000111011011100011110011010000111100000011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EDC7; }

 p { color: rgb(192,237,199); }

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

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

 a { background-color: rgb(192,237,199); }

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

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

 span { border-color: rgb(192,237,199); }

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