#C6D544

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

Shades of Las Palmas #C6D544

Tints of Las Palmas #C6D544

Color information

#C6D544 (or 0xC6D544) is unknown color: approx Las Palmas. HEX triplet: C6, D5 and 44. RGB value is (198,213,68). Sum of RGB (Red+Green+Blue) = 198+213+68=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 213 (83.59% from 255 or 44.47% from 479); Blue value is 68 (26.95% from 255 or 14.20% from 479); Max value from RGB is 213 - color contains mainly: green. Hex color #C6D544 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D544 is #392ABB. Grayscale: #C0C0C0. Windows color (decimal): -3746492 or 4511174. OLE color: 4511174.

HSL color Cylindrical-coordinate representation of color #C6D544: hue angle of 66.21º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C6D544 is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB19821368-
CMYK0.0700.680.16
HSL66.21º63.32%55.1%-
HSV(B)66.21º68.08%83.53%-
XYZ48.1360.0114.52-
YUV191.9858.03132.29-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.34%
GREEN value IS 213 (83.59% from 255) = 44.47%
BLUE value IS 68 (26.95% from 255) = 14.20%
R=41.34%
G=44.47%
B=14.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal198213680.0700.680.1666.2163.3255.1
HexC6D544704410423f37
Octal30632510470104201027767
Binary1100011011010101100010011101000100100001000010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D544; }

 p { color: rgb(198,213,68); }

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

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

 a { background-color: rgb(198,213,68); }

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

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

 span { border-color: rgb(198,213,68); }

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