#C5DB3A

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

Shades of Las Palmas #C5DB3A

Tints of Las Palmas #C5DB3A

Color information

#C5DB3A (or 0xC5DB3A) is unknown color: approx Las Palmas. HEX triplet: C5, DB and 3A. RGB value is (197,219,58). Sum of RGB (Red+Green+Blue) = 197+219+58=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 58 (23.05% from 255 or 12.24% from 474); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DB3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DB3A is #3A24C5. Grayscale: #C2C2C2. Windows color (decimal): -3810502 or 3857349. OLE color: 3857349.

HSL color Cylindrical-coordinate representation of color #C5DB3A: hue angle of 68.2º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5DB3A is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB19721958-
CMYK0.1000.740.14
HSL68.2º69.1%54.31%-
HSV(B)68.2º73.52%85.88%-
XYZ49.1262.8413.54-
YUV194.0751.21130.09-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.56%
GREEN value IS 219 (85.94% from 255) = 46.20%
BLUE value IS 58 (23.05% from 255) = 12.24%
R=41.56%
G=46.20%
B=12.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal197219580.1000.740.1468.269.154.31
HexC5DB3AA04AE444536
Octal305333721201121610410566
Binary1100010111011011111010101001001010111010001001000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DB3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DB3A; }

 p { color: rgb(197,219,58); }

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

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

 a { background-color: rgb(197,219,58); }

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

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

 span { border-color: rgb(197,219,58); }

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