#C5E53F

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

Shades of Las Palmas #C5E53F

Tints of Las Palmas #C5E53F

Color information

#C5E53F (or 0xC5E53F) is unknown color: approx Las Palmas. HEX triplet: C5, E5 and 3F. RGB value is (197,229,63). Sum of RGB (Red+Green+Blue) = 197+229+63=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 229 (89.84% from 255 or 46.83% from 489); Blue value is 63 (25% from 255 or 12.88% from 489); Max value from RGB is 229 - color contains mainly: green. Hex color #C5E53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E53F is #3A1AC0. Grayscale: #C9C9C9. Windows color (decimal): -3807937 or 4187589. OLE color: 4187589.

HSL color Cylindrical-coordinate representation of color #C5E53F: hue angle of 71.57º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5E53F is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB19722963-
CMYK0.1400.720.10
HSL71.57º76.15%57.25%-
HSV(B)71.57º72.49%89.8%-
XYZ51.9468.2715.14-
YUV200.5150.4125.5-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.29%
GREEN value IS 229 (89.84% from 255) = 46.83%
BLUE value IS 63 (25% from 255) = 12.88%
R=40.29%
G=46.83%
B=12.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal197229630.1400.720.1071.5776.1557.25
HexC5E53FE048A484c39
Octal305345771601101211011471
Binary1100010111100101111111111001001000101010010001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5E53F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5E53F; }

 p { color: rgb(197,229,63); }

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

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

 a { background-color: rgb(197,229,63); }

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

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

 span { border-color: rgb(197,229,63); }

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