#C5E42E

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

Shades of Las Palmas #C5E42E

Tints of Las Palmas #C5E42E

Color information

#C5E42E (or 0xC5E42E) is unknown color: approx Las Palmas. HEX triplet: C5, E4 and 2E. RGB value is (197,228,46). Sum of RGB (Red+Green+Blue) = 197+228+46=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 228 (89.45% from 255 or 48.41% from 471); Blue value is 46 (18.36% from 255 or 9.77% from 471); Max value from RGB is 228 - color contains mainly: green. Hex color #C5E42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E42E is #3A1BD1. Grayscale: #C6C6C6. Windows color (decimal): -3808210 or 3073221. OLE color: 3073221.

HSL color Cylindrical-coordinate representation of color #C5E42E: hue angle of 70.22º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C5E42E is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB19722846-
CMYK0.1400.800.11
HSL70.22º77.12%53.73%-
HSV(B)70.22º79.82%89.41%-
XYZ51.2667.5512.92-
YUV197.9842.23127.3-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.83%
GREEN value IS 228 (89.45% from 255) = 48.41%
BLUE value IS 46 (18.36% from 255) = 9.77%
R=41.83%
G=48.41%
B=9.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal197228460.1400.800.1170.2277.1253.73
HexC5E42EE050B464d36
Octal305344561601201310611566
Binary1100010111100100101110111001010000101110001101001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5E42E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5E42E; }

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

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

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

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

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

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

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

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