#c0d348

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

Shades of Las Palmas #C0D348

Tints of Las Palmas #C0D348

Color information

#C0D348 (or 0xC0D348) is unknown color: approx Las Palmas. HEX triplet: C0, D3 and 48. RGB value is (192,211,72). Sum of RGB (Red+Green+Blue) = 192+211+72=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 211 (82.81% from 255 or 44.42% from 475); Blue value is 72 (28.52% from 255 or 15.16% from 475); Max value from RGB is 211 - color contains mainly: green. Hex color #C0D348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D348 is #3F2CB7. Grayscale: #BEBEBE. Windows color (decimal): -4140216 or 4772800. OLE color: 4772800.

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

Color convert

RGB19221172-
CMYK0.0900.660.17
HSL68.2º61.23%55.49%-
HSV(B)68.2º65.88%82.75%-
XYZ46.258.2614.94-
YUV189.4761.71129.8-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.42%
GREEN value IS 211 (82.81% from 255) = 44.42%
BLUE value IS 72 (28.52% from 255) = 15.16%
R=40.42%
G=44.42%
B=15.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal192211720.0900.660.1768.261.2355.49
HexC0D348904211443d37
Octal300323110110102211047567
Binary11000000110100111001000100101000010100011000100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0d348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0d348; }

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

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

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

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

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

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

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

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