#C4EFCD

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

Shades of Granny Apple #C4EFCD

Tints of Granny Apple #C4EFCD

Color information

#C4EFCD (or 0xC4EFCD) is unknown color: approx Granny Apple. HEX triplet: C4, EF and CD. RGB value is (196,239,205). Sum of RGB (Red+Green+Blue) = 196+239+205=640 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.62% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 239 - color contains mainly: green. Hex color #C4EFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4EFCD is #3B1032. Grayscale: #DEDEDE. Windows color (decimal): -3870771 or 13496260. OLE color: 13496260.

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

Color convert

RGB196239205-
CMYK0.1800.140.06
HSL132.56º57.33%85.29%-
HSV(B)132.56º17.99%93.73%-
XYZ64.6577.8869.38-
YUV222.27118.25109.26-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.62%
GREEN value IS 239 (93.75% from 255) = 37.34%
BLUE value IS 205 (80.47% from 255) = 32.03%
R=30.62%
G=37.34%
B=32.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1962392050.1800.140.06132.5657.3385.29
HexC4EFCD120E6853955
Octal30435731522016620571125
Binary1100010011101111110011011001001110110100001011110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4EFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4EFCD; }

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

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

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

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

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

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

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

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