#c8dc3b

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

Shades of Las Palmas #C8DC3B

Tints of Las Palmas #C8DC3B

Color information

#C8DC3B (or 0xC8DC3B) is unknown color: approx Las Palmas. HEX triplet: C8, DC and 3B. RGB value is (200,220,59). Sum of RGB (Red+Green+Blue) = 200+220+59=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 59 (23.44% from 255 or 12.32% from 479); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DC3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8DC3B is #3723C4. Grayscale: #C4C4C4. Windows color (decimal): -3613637 or 3923144. OLE color: 3923144.

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

Color convert

RGB20022059-
CMYK0.0900.730.14
HSL67.45º69.7%54.71%-
HSV(B)67.45º73.18%86.27%-
XYZ50.263.7813.8-
YUV195.6750.87131.09-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.75%
GREEN value IS 220 (86.33% from 255) = 45.93%
BLUE value IS 59 (23.44% from 255) = 12.32%
R=41.75%
G=45.93%
B=12.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal200220590.0900.730.1467.4569.754.71
HexC8DC3B9049E434637
Octal310334731101111610310667
Binary1100100011011100111011100101001001111010000111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8dc3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8dc3b; }

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

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

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

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

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

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

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

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