#C1CC41

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

Shades of Las Palmas #C1CC41

Tints of Las Palmas #C1CC41

Color information

#C1CC41 (or 0xC1CC41) is unknown color: approx Las Palmas. HEX triplet: C1, CC and 41. RGB value is (193,204,65). Sum of RGB (Red+Green+Blue) = 193+204+65=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 204 (80.08% from 255 or 44.16% from 462); Blue value is 65 (25.78% from 255 or 14.07% from 462); Max value from RGB is 204 - color contains mainly: green. Hex color #C1CC41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CC41 is #3E33BE. Grayscale: #B9B9B9. Windows color (decimal): -4076479 or 4312257. OLE color: 4312257.

HSL color Cylindrical-coordinate representation of color #C1CC41: hue angle of 64.75º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C1CC41 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB19320465-
CMYK0.0500.680.2
HSL64.75º57.68%52.75%-
HSV(B)64.75º68.14%80%-
XYZ44.5454.913.25-
YUV184.8660.36133.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.77%
GREEN value IS 204 (80.08% from 255) = 44.16%
BLUE value IS 65 (25.78% from 255) = 14.07%
R=41.77%
G=44.16%
B=14.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal193204650.0500.680.264.7557.6852.75
HexC1CC41504414413a35
Octal30131410150104241017265
Binary1100000111001100100000110101000100101001000001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CC41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CC41; }

 p { color: rgb(193,204,65); }

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

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

 a { background-color: rgb(193,204,65); }

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

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

 span { border-color: rgb(193,204,65); }

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