#c8d349

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

Shades of Las Palmas #C8D349

Tints of Las Palmas #C8D349

Color information

#C8D349 (or 0xC8D349) is unknown color: approx Las Palmas. HEX triplet: C8, D3 and 49. RGB value is (200,211,73). Sum of RGB (Red+Green+Blue) = 200+211+73=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 211 (82.81% from 255 or 43.60% from 484); Blue value is 73 (28.91% from 255 or 15.08% from 484); Max value from RGB is 211 - color contains mainly: green. Hex color #C8D349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D349 is #372CB6. Grayscale: #C0C0C0. Windows color (decimal): -3615927 or 4838344. OLE color: 4838344.

HSL color Cylindrical-coordinate representation of color #C8D349: hue angle of 64.78º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C8D349 is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB20021173-
CMYK0.0500.650.17
HSL64.78º61.06%55.69%-
HSV(B)64.78º65.4%82.75%-
XYZ48.3259.3515.21-
YUV191.9860.86133.72-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.32%
GREEN value IS 211 (82.81% from 255) = 43.60%
BLUE value IS 73 (28.91% from 255) = 15.08%
R=41.32%
G=43.60%
B=15.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal200211730.0500.650.1764.7861.0655.69
HexC8D349504111413d38
Octal31032311150101211017570
Binary1100100011010011100100110101000001100011000001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8d349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8d349; }

 p { color: rgb(200,211,73); }

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

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

 a { background-color: rgb(200,211,73); }

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

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

 span { border-color: rgb(200,211,73); }

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