#C8DC4E

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

Shades of Las Palmas #C8DC4E

Tints of Las Palmas #C8DC4E

Color information

#C8DC4E (or 0xC8DC4E) is unknown color: approx Las Palmas. HEX triplet: C8, DC and 4E. RGB value is (200,220,78). Sum of RGB (Red+Green+Blue) = 200+220+78=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 78 (30.86% from 255 or 15.66% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8DC4E is #3723B1. Grayscale: #C6C6C6. Windows color (decimal): -3613618 or 5168328. OLE color: 5168328.

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

Color convert

RGB20022078-
CMYK0.0900.650.14
HSL68.45º66.98%58.43%-
HSV(B)68.45º64.55%86.27%-
XYZ50.7964.0216.89-
YUV197.8360.37129.55-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.16%
GREEN value IS 220 (86.33% from 255) = 44.18%
BLUE value IS 78 (30.86% from 255) = 15.66%
R=40.16%
G=44.18%
B=15.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal200220780.0900.650.1468.4566.9858.43
HexC8DC4E9041E44433a
Octal3103341161101011610410372
Binary11001000110111001001110100101000001111010001001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DC4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DC4E; }

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

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

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

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

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

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

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

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