#C6DC37

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

Shades of Las Palmas #C6DC37

Tints of Las Palmas #C6DC37

Color information

#C6DC37 (or 0xC6DC37) is unknown color: approx Las Palmas. HEX triplet: C6, DC and 37. RGB value is (198,220,55). Sum of RGB (Red+Green+Blue) = 198+220+55=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 55 (21.88% from 255 or 11.63% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DC37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DC37 is #3923C8. Grayscale: #C3C3C3. Windows color (decimal): -3744713 or 3660998. OLE color: 3660998.

HSL color Cylindrical-coordinate representation of color #C6DC37: hue angle of 68º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C6DC37 is Cyan = 0.1, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB19822055-
CMYK0.100.750.14
HSL68º70.21%53.92%-
HSV(B)68º75%86.27%-
XYZ49.5763.4713.25-
YUV194.6149.21130.42-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.86%
GREEN value IS 220 (86.33% from 255) = 46.51%
BLUE value IS 55 (21.88% from 255) = 11.63%
R=41.86%
G=46.51%
B=11.63%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal198220550.100.750.146870.2153.92
HexC6DC37A04BE444636
Octal306334671201131610410666
Binary1100011011011100110111101001001011111010001001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DC37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DC37; }

 p { color: rgb(198,220,55); }

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

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

 a { background-color: rgb(198,220,55); }

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

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

 span { border-color: rgb(198,220,55); }

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