#C4FACA

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

Shades of Granny Apple #C4FACA

Tints of Granny Apple #C4FACA

Color information

#C4FACA (or 0xC4FACA) is unknown color: approx Granny Apple. HEX triplet: C4, FA and CA. RGB value is (196,250,202). Sum of RGB (Red+Green+Blue) = 196+250+202=648 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.25% from 648); Green value is 250 (98.05% from 255 or 38.58% from 648); Blue value is 202 (79.30% from 255 or 31.17% from 648); Max value from RGB is 250 - color contains mainly: green. Hex color #C4FACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4FACA is #3B0535. Grayscale: #E4E4E4. Windows color (decimal): -3867958 or 13302468. OLE color: 13302468.

HSL color Cylindrical-coordinate representation of color #C4FACA: hue angle of 126.67º degrees, saturation: 0.84, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4FACA is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB196250202-
CMYK0.2200.190.02
HSL126.67º84.38%87.45%-
HSV(B)126.67º21.6%98.04%-
XYZ67.6184.3768.6-
YUV228.38113.11104.9-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.25%
GREEN value IS 250 (98.05% from 255) = 38.58%
BLUE value IS 202 (79.30% from 255) = 31.17%
R=30.25%
G=38.58%
B=31.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1962502020.2200.190.02126.6784.3887.45
HexC4FACA1601327f5457
Octal304372312260232177124127
Binary1100010011111010110010101011001001110111111110101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4FACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4FACA; }

 p { color: rgb(196,250,202); }

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

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

 a { background-color: rgb(196,250,202); }

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

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

 span { border-color: rgb(196,250,202); }

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