#C5D148

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

Shades of Las Palmas #C5D148

Tints of Las Palmas #C5D148

Color information

#C5D148 (or 0xC5D148) is unknown color: approx Las Palmas. HEX triplet: C5, D1 and 48. RGB value is (197,209,72). Sum of RGB (Red+Green+Blue) = 197+209+72=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 209 (82.03% from 255 or 43.72% from 478); Blue value is 72 (28.52% from 255 or 15.06% from 478); Max value from RGB is 209 - color contains mainly: green. Hex color #C5D148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D148 is #3A2EB7. Grayscale: #BEBEBE. Windows color (decimal): -3813048 or 4772293. OLE color: 4772293.

HSL color Cylindrical-coordinate representation of color #C5D148: hue angle of 65.26º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C5D148 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB19720972-
CMYK0.0600.660.18
HSL65.26º59.83%55.1%-
HSV(B)65.26º65.55%81.96%-
XYZ4757.9414.84-
YUV189.7961.52133.14-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.21%
GREEN value IS 209 (82.03% from 255) = 43.72%
BLUE value IS 72 (28.52% from 255) = 15.06%
R=41.21%
G=43.72%
B=15.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal197209720.0600.660.1865.2659.8355.1
HexC5D148604212413c37
Octal30532111060102221017467
Binary1100010111010001100100011001000010100101000001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D148; }

 p { color: rgb(197,209,72); }

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

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

 a { background-color: rgb(197,209,72); }

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

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

 span { border-color: rgb(197,209,72); }

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