#C5F1CA

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

Shades of Granny Apple #C5F1CA

Tints of Granny Apple #C5F1CA

Color information

#C5F1CA (or 0xC5F1CA) is unknown color: approx Granny Apple. HEX triplet: C5, F1 and CA. RGB value is (197,241,202). Sum of RGB (Red+Green+Blue) = 197+241+202=640 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.78% from 640); Green value is 241 (94.53% from 255 or 37.66% from 640); Blue value is 202 (79.30% from 255 or 31.56% from 640); Max value from RGB is 241 - color contains mainly: green. Hex color #C5F1CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5F1CA is #3A0E35. Grayscale: #DFDFDF. Windows color (decimal): -3804726 or 13300165. OLE color: 13300165.

HSL color Cylindrical-coordinate representation of color #C5F1CA: hue angle of 126.82º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5F1CA is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB197241202-
CMYK0.1800.160.05
HSL126.82º61.11%85.88%-
HSV(B)126.82º18.26%94.51%-
XYZ65.1479.0567.7-
YUV223.4115.92109.17-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.78%
GREEN value IS 241 (94.53% from 255) = 37.66%
BLUE value IS 202 (79.30% from 255) = 31.56%
R=30.78%
G=37.66%
B=31.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1972412020.1800.160.05126.8261.1185.88
HexC5F1CA1201057f3d56
Octal30536131222020517775126
Binary1100010111110001110010101001001000010111111111111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F1CA; }

 p { color: rgb(197,241,202); }

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

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

 a { background-color: rgb(197,241,202); }

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

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

 span { border-color: rgb(197,241,202); }

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