#c6e13e

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

Shades of Las Palmas #C6E13E

Tints of Las Palmas #C6E13E

Color information

#C6E13E (or 0xC6E13E) is unknown color: approx Las Palmas. HEX triplet: C6, E1 and 3E. RGB value is (198,225,62). Sum of RGB (Red+Green+Blue) = 198+225+62=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 225 (88.28% from 255 or 46.39% from 485); Blue value is 62 (24.61% from 255 or 12.78% from 485); Max value from RGB is 225 - color contains mainly: green. Hex color #C6E13E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6E13E is #391EC1. Grayscale: #C6C6C6. Windows color (decimal): -3743426 or 4121030. OLE color: 4121030.

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

Color convert

RGB19822562-
CMYK0.1200.720.12
HSL69.94º73.09%56.27%-
HSV(B)69.94º72.44%88.24%-
XYZ51.0866.214.64-
YUV198.3451.05127.75-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.82%
GREEN value IS 225 (88.28% from 255) = 46.39%
BLUE value IS 62 (24.61% from 255) = 12.78%
R=40.82%
G=46.39%
B=12.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal198225620.1200.720.1269.9473.0956.27
HexC6E13EC048C464938
Octal306341761401101410611170
Binary1100011011100001111110110001001000110010001101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6e13e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6e13e; }

 p { color: rgb(198,225,62); }

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

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

 a { background-color: rgb(198,225,62); }

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

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

 span { border-color: rgb(198,225,62); }

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