#C0EFCD

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

Shades of Granny Apple #C0EFCD

Tints of Granny Apple #C0EFCD

Color information

#C0EFCD (or 0xC0EFCD) is unknown color: approx Granny Apple. HEX triplet: C0, EF and CD. RGB value is (192,239,205). Sum of RGB (Red+Green+Blue) = 192+239+205=636 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.19% from 636); Green value is 239 (93.75% from 255 or 37.58% from 636); Blue value is 205 (80.47% from 255 or 32.23% from 636); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EFCD is #3F1032. Grayscale: #DDDDDD. Windows color (decimal): -4132915 or 13496256. OLE color: 13496256.

HSL color Cylindrical-coordinate representation of color #C0EFCD: hue angle of 136.6º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0EFCD is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB192239205-
CMYK0.2000.140.06
HSL136.6º59.49%84.51%-
HSV(B)136.6º19.67%93.73%-
XYZ63.6277.3569.33-
YUV221.07118.93107.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.19%
GREEN value IS 239 (93.75% from 255) = 37.58%
BLUE value IS 205 (80.47% from 255) = 32.23%
R=30.19%
G=37.58%
B=32.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1922392050.2000.140.06136.659.4984.51
HexC0EFCD140E6893b55
Octal30035731524016621173125
Binary1100000011101111110011011010001110110100010011110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EFCD; }

 p { color: rgb(192,239,205); }

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

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

 a { background-color: rgb(192,239,205); }

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

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

 span { border-color: rgb(192,239,205); }

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