#C8DC46

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

Shades of Las Palmas #C8DC46

Tints of Las Palmas #C8DC46

Color information

#C8DC46 (or 0xC8DC46) is unknown color: approx Las Palmas. HEX triplet: C8, DC and 46. RGB value is (200,220,70). Sum of RGB (Red+Green+Blue) = 200+220+70=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 70 (27.73% from 255 or 14.29% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8DC46 is #3723B9. Grayscale: #C5C5C5. Windows color (decimal): -3613626 or 4644040. OLE color: 4644040.

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

Color convert

RGB20022070-
CMYK0.0900.680.14
HSL68º68.18%56.86%-
HSV(B)68º68.18%86.27%-
XYZ50.5263.9115.47-
YUV196.9256.37130.2-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.82%
GREEN value IS 220 (86.33% from 255) = 44.90%
BLUE value IS 70 (27.73% from 255) = 14.29%
R=40.82%
G=44.90%
B=14.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal200220700.0900.680.146868.1856.86
HexC8DC469044E444439
Octal3103341061101041610410471
Binary11001000110111001000110100101000100111010001001000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DC46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DC46; }

 p { color: rgb(200,220,70); }

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

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

 a { background-color: rgb(200,220,70); }

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

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

 span { border-color: rgb(200,220,70); }

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