#C6EB42

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

Shades of Las Palmas #C6EB42

Tints of Las Palmas #C6EB42

Color information

#C6EB42 (or 0xC6EB42) is unknown color: approx Las Palmas. HEX triplet: C6, EB and 42. RGB value is (198,235,66). Sum of RGB (Red+Green+Blue) = 198+235+66=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 235 (92.19% from 255 or 47.09% from 499); Blue value is 66 (26.17% from 255 or 13.23% from 499); Max value from RGB is 235 - color contains mainly: green. Hex color #C6EB42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6EB42 is #3914BD. Grayscale: #CDCDCD. Windows color (decimal): -3740862 or 4385734. OLE color: 4385734.

HSL color Cylindrical-coordinate representation of color #C6EB42: hue angle of 73.14º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C6EB42 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB19823566-
CMYK0.1600.720.08
HSL73.14º80.86%59.02%-
HSV(B)73.14º71.91%92.16%-
XYZ53.9871.8216.17-
YUV204.6749.74123.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.68%
GREEN value IS 235 (92.19% from 255) = 47.09%
BLUE value IS 66 (26.17% from 255) = 13.23%
R=39.68%
G=47.09%
B=13.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal198235660.1600.720.0873.1480.8659.02
HexC6EB4210048849513b
Octal3063531022001101011112173
Binary110001101110101110000101000001001000100010010011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6EB42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6EB42; }

 p { color: rgb(198,235,66); }

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

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

 a { background-color: rgb(198,235,66); }

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

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

 span { border-color: rgb(198,235,66); }

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