#C5E441

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

Shades of Las Palmas #C5E441

Tints of Las Palmas #C5E441

Color information

#C5E441 (or 0xC5E441) is unknown color: approx Las Palmas. HEX triplet: C5, E4 and 41. RGB value is (197,228,65). Sum of RGB (Red+Green+Blue) = 197+228+65=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 228 (89.45% from 255 or 46.53% from 490); Blue value is 65 (25.78% from 255 or 13.27% from 490); Max value from RGB is 228 - color contains mainly: green. Hex color #C5E441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E441 is #3A1BBE. Grayscale: #C8C8C8. Windows color (decimal): -3808191 or 4318405. OLE color: 4318405.

HSL color Cylindrical-coordinate representation of color #C5E441: hue angle of 71.41º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C5E441 is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB19722865-
CMYK0.1400.710.11
HSL71.41º75.12%57.45%-
HSV(B)71.41º71.49%89.41%-
XYZ51.7267.7415.35-
YUV200.1551.73125.75-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.20%
GREEN value IS 228 (89.45% from 255) = 46.53%
BLUE value IS 65 (25.78% from 255) = 13.27%
R=40.20%
G=46.53%
B=13.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal197228650.1400.710.1171.4175.1257.45
HexC5E441E047B474b39
Octal3053441011601071310711371
Binary11000101111001001000001111001000111101110001111001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5E441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5E441; }

 p { color: rgb(197,228,65); }

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

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

 a { background-color: rgb(197,228,65); }

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

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

 span { border-color: rgb(197,228,65); }

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