#c0d345

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

Shades of Las Palmas #C0D345

Tints of Las Palmas #C0D345

Color information

#C0D345 (or 0xC0D345) is unknown color: approx Las Palmas. HEX triplet: C0, D3 and 45. RGB value is (192,211,69). Sum of RGB (Red+Green+Blue) = 192+211+69=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 211 (82.81% from 255 or 44.70% from 472); Blue value is 69 (27.34% from 255 or 14.62% from 472); Max value from RGB is 211 - color contains mainly: green. Hex color #C0D345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D345 is #3F2CBA. Grayscale: #BDBDBD. Windows color (decimal): -4140219 or 4576192. OLE color: 4576192.

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

Color convert

RGB19221169-
CMYK0.0900.670.17
HSL68.03º61.74%54.9%-
HSV(B)68.03º67.3%82.75%-
XYZ46.1158.2214.44-
YUV189.1360.21130.05-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.68%
GREEN value IS 211 (82.81% from 255) = 44.70%
BLUE value IS 69 (27.34% from 255) = 14.62%
R=40.68%
G=44.70%
B=14.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal192211690.0900.670.1768.0361.7454.9
HexC0D345904311443e37
Octal300323105110103211047667
Binary11000000110100111000101100101000011100011000100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0d345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0d345; }

 p { color: rgb(192,211,69); }

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

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

 a { background-color: rgb(192,211,69); }

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

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

 span { border-color: rgb(192,211,69); }

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