#C0D041

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

Shades of Las Palmas #C0D041

Tints of Las Palmas #C0D041

Color information

#C0D041 (or 0xC0D041) is unknown color: approx Las Palmas. HEX triplet: C0, D0 and 41. RGB value is (192,208,65). Sum of RGB (Red+Green+Blue) = 192+208+65=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 65 (25.78% from 255 or 13.98% from 465); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D041 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D041 is #3F2FBE. Grayscale: #BBBBBB. Windows color (decimal): -4140991 or 4313280. OLE color: 4313280.

HSL color Cylindrical-coordinate representation of color #C0D041: hue angle of 66.71º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0D041 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB19220865-
CMYK0.0800.690.18
HSL66.71º60.34%53.53%-
HSV(B)66.71º68.75%81.57%-
XYZ45.2556.713.56-
YUV186.9159.2131.63-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.29%
GREEN value IS 208 (81.64% from 255) = 44.73%
BLUE value IS 65 (25.78% from 255) = 13.98%
R=41.29%
G=44.73%
B=13.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal192208650.0800.690.1866.7160.3453.53
HexC0D041804512433c36
Octal300320101100105221037466
Binary11000000110100001000001100001000101100101000011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D041; }

 p { color: rgb(192,208,65); }

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

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

 a { background-color: rgb(192,208,65); }

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

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

 span { border-color: rgb(192,208,65); }

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