#C5E04C

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

Shades of Las Palmas #C5E04C

Tints of Las Palmas #C5E04C

Color information

#C5E04C (or 0xC5E04C) is unknown color: approx Las Palmas. HEX triplet: C5, E0 and 4C. RGB value is (197,224,76). Sum of RGB (Red+Green+Blue) = 197+224+76=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 224 (87.89% from 255 or 45.07% from 497); Blue value is 76 (30.08% from 255 or 15.29% from 497); Max value from RGB is 224 - color contains mainly: green. Hex color #C5E04C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E04C is #3A1FB3. Grayscale: #C7C7C7. Windows color (decimal): -3809204 or 5038277. OLE color: 5038277.

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

Color convert

RGB19722476-
CMYK0.1200.660.12
HSL70.95º70.48%58.82%-
HSV(B)70.95º66.07%87.84%-
XYZ50.9965.716.83-
YUV199.0558.55126.53-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.64%
GREEN value IS 224 (87.89% from 255) = 45.07%
BLUE value IS 76 (30.08% from 255) = 15.29%
R=39.64%
G=45.07%
B=15.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal197224760.1200.660.1270.9570.4858.82
HexC5E04CC042C47463b
Octal3053401141401021410710673
Binary11000101111000001001100110001000010110010001111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5E04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5E04C; }

 p { color: rgb(197,224,76); }

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

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

 a { background-color: rgb(197,224,76); }

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

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

 span { border-color: rgb(197,224,76); }

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