#C8DA4E

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

Shades of Las Palmas #C8DA4E

Tints of Las Palmas #C8DA4E

Color information

#C8DA4E (or 0xC8DA4E) is unknown color: approx Las Palmas. HEX triplet: C8, DA and 4E. RGB value is (200,218,78). Sum of RGB (Red+Green+Blue) = 200+218+78=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 218 (85.55% from 255 or 43.95% from 496); Blue value is 78 (30.86% from 255 or 15.73% from 496); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8DA4E is #3725B1. Grayscale: #C5C5C5. Windows color (decimal): -3614130 or 5167816. OLE color: 5167816.

HSL color Cylindrical-coordinate representation of color #C8DA4E: hue angle of 67.71º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C8DA4E is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB20021878-
CMYK0.0800.640.15
HSL67.71º65.42%58.04%-
HSV(B)67.71º64.22%85.49%-
XYZ50.2762.9716.71-
YUV196.6661.04130.38-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.32%
GREEN value IS 218 (85.55% from 255) = 43.95%
BLUE value IS 78 (30.86% from 255) = 15.73%
R=40.32%
G=43.95%
B=15.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal200218780.0800.640.1567.7165.4258.04
HexC8DA4E8040F44413a
Octal3103321161001001710410172
Binary11001000110110101001110100001000000111110001001000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DA4E; }

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

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

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

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

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

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

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

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