#C5E13B

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

Shades of Las Palmas #C5E13B

Tints of Las Palmas #C5E13B

Color information

#C5E13B (or 0xC5E13B) is unknown color: approx Las Palmas. HEX triplet: C5, E1 and 3B. RGB value is (197,225,59). Sum of RGB (Red+Green+Blue) = 197+225+59=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 225 (88.28% from 255 or 46.78% from 481); Blue value is 59 (23.44% from 255 or 12.27% from 481); Max value from RGB is 225 - color contains mainly: green. Hex color #C5E13B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E13B is #3A1EC4. Grayscale: #C6C6C6. Windows color (decimal): -3808965 or 3924421. OLE color: 3924421.

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

Color convert

RGB19722559-
CMYK0.1200.740.12
HSL70.12º73.45%55.69%-
HSV(B)70.12º73.78%88.24%-
XYZ50.7466.0414.21-
YUV197.749.72127.5-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.96%
GREEN value IS 225 (88.28% from 255) = 46.78%
BLUE value IS 59 (23.44% from 255) = 12.27%
R=40.96%
G=46.78%
B=12.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal197225590.1200.740.1270.1273.4555.69
HexC5E13BC04AC464938
Octal305341731401121410611170
Binary1100010111100001111011110001001010110010001101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5E13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5E13B; }

 p { color: rgb(197,225,59); }

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

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

 a { background-color: rgb(197,225,59); }

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

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

 span { border-color: rgb(197,225,59); }

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