#C7E13C

Color #C7E13C Las Palmas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Las Palmas #C7E13C

Tints of Las Palmas #C7E13C

Color information

#C7E13C (or 0xC7E13C) is unknown color: approx Las Palmas. HEX triplet: C7, E1 and 3C. RGB value is (199,225,60). Sum of RGB (Red+Green+Blue) = 199+225+60=484 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.12% from 484); Green value is 225 (88.28% from 255 or 46.49% from 484); Blue value is 60 (23.83% from 255 or 12.40% from 484); Max value from RGB is 225 - color contains mainly: green. Hex color #C7E13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7E13C is #381EC3. Grayscale: #C7C7C7. Windows color (decimal): -3677892 or 3989959. OLE color: 3989959.

HSL color Cylindrical-coordinate representation of color #C7E13C: hue angle of 69.45º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C7E13C is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB19922560-
CMYK0.1200.730.12
HSL69.45º73.33%55.88%-
HSV(B)69.45º73.33%88.24%-
XYZ51.2966.3214.37-
YUV198.4249.89128.42-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.12%
GREEN value IS 225 (88.28% from 255) = 46.49%
BLUE value IS 60 (23.83% from 255) = 12.40%
R=41.12%
G=46.49%
B=12.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal199225600.1200.730.1269.4573.3355.88
HexC7E13CC049C454938
Octal307341741401111410511170
Binary1100011111100001111100110001001001110010001011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7E13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7E13C; }

 p { color: rgb(199,225,60); }

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

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

 a { background-color: rgb(199,225,60); }

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

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

 span { border-color: rgb(199,225,60); }

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