#C5CE41

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

Shades of Las Palmas #C5CE41

Tints of Las Palmas #C5CE41

Color information

#C5CE41 (or 0xC5CE41) is unknown color: approx Las Palmas. HEX triplet: C5, CE and 41. RGB value is (197,206,65). Sum of RGB (Red+Green+Blue) = 197+206+65=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 65 (25.78% from 255 or 13.89% from 468); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CE41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CE41 is #3A31BE. Grayscale: #BBBBBB. Windows color (decimal): -3813823 or 4312773. OLE color: 4312773.

HSL color Cylindrical-coordinate representation of color #C5CE41: hue angle of 63.83º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C5CE41 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB19720665-
CMYK0.0400.680.19
HSL63.83º59%53.14%-
HSV(B)63.83º68.45%80.78%-
XYZ46.0556.3913.46-
YUV187.2459.02134.96-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.09%
GREEN value IS 206 (80.86% from 255) = 44.02%
BLUE value IS 65 (25.78% from 255) = 13.89%
R=42.09%
G=44.02%
B=13.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal197206650.0400.680.1963.835953.14
HexC5CE41404413403b35
Octal30531610140104231007365
Binary1100010111001110100000110001000100100111000000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CE41; }

 p { color: rgb(197,206,65); }

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

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

 a { background-color: rgb(197,206,65); }

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

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

 span { border-color: rgb(197,206,65); }

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