#C5DA31

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

Shades of Las Palmas #C5DA31

Tints of Las Palmas #C5DA31

Color information

#C5DA31 (or 0xC5DA31) is unknown color: approx Las Palmas. HEX triplet: C5, DA and 31. RGB value is (197,218,49). Sum of RGB (Red+Green+Blue) = 197+218+49=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 218 (85.55% from 255 or 46.98% from 464); Blue value is 49 (19.53% from 255 or 10.56% from 464); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DA31 is #3A25CE. Grayscale: #C1C1C1. Windows color (decimal): -3810767 or 3267269. OLE color: 3267269.

HSL color Cylindrical-coordinate representation of color #C5DA31: hue angle of 67.46º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C5DA31 is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB19721849-
CMYK0.1000.780.15
HSL67.46º69.55%52.35%-
HSV(B)67.46º77.52%85.49%-
XYZ48.6562.2312.35-
YUV192.4647.04131.24-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.46%
GREEN value IS 218 (85.55% from 255) = 46.98%
BLUE value IS 49 (19.53% from 255) = 10.56%
R=42.46%
G=46.98%
B=10.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal197218490.1000.780.1567.4669.5552.35
HexC5DA31A04EF434634
Octal305332611201161710310664
Binary1100010111011010110001101001001110111110000111000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DA31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DA31; }

 p { color: rgb(197,218,49); }

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

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

 a { background-color: rgb(197,218,49); }

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

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

 span { border-color: rgb(197,218,49); }

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