#C5D93D

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

Shades of Las Palmas #C5D93D

Tints of Las Palmas #C5D93D

Color information

#C5D93D (or 0xC5D93D) is unknown color: approx Las Palmas. HEX triplet: C5, D9 and 3D. RGB value is (197,217,61). Sum of RGB (Red+Green+Blue) = 197+217+61=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 217 (85.16% from 255 or 45.68% from 475); Blue value is 61 (24.22% from 255 or 12.84% from 475); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D93D is #3A26C2. Grayscale: #C1C1C1. Windows color (decimal): -3811011 or 4053445. OLE color: 4053445.

HSL color Cylindrical-coordinate representation of color #C5D93D: hue angle of 67.69º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5D93D is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB19721761-
CMYK0.0900.720.15
HSL67.69º67.24%54.51%-
HSV(B)67.69º71.89%85.1%-
XYZ48.6861.8313.78-
YUV193.2453.37130.68-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.47%
GREEN value IS 217 (85.16% from 255) = 45.68%
BLUE value IS 61 (24.22% from 255) = 12.84%
R=41.47%
G=45.68%
B=12.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal197217610.0900.720.1567.6967.2454.51
HexC5D93D9048F444337
Octal305331751101101710410367
Binary1100010111011001111101100101001000111110001001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D93D; }

 p { color: rgb(197,217,61); }

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

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

 a { background-color: rgb(197,217,61); }

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

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

 span { border-color: rgb(197,217,61); }

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