#C3D845

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

Shades of Las Palmas #C3D845

Tints of Las Palmas #C3D845

Color information

#C3D845 (or 0xC3D845) is unknown color: approx Las Palmas. HEX triplet: C3, D8 and 45. RGB value is (195,216,69). Sum of RGB (Red+Green+Blue) = 195+216+69=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 216 (84.77% from 255 or 45% from 480); Blue value is 69 (27.34% from 255 or 14.38% from 480); Max value from RGB is 216 - color contains mainly: green. Hex color #C3D845 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3D845 is #3C27BA. Grayscale: #C1C1C1. Windows color (decimal): -3942331 or 4577475. OLE color: 4577475.

HSL color Cylindrical-coordinate representation of color #C3D845: hue angle of 68.57º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C3D845 is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB19521669-
CMYK0.1000.680.15
HSL68.57º65.33%55.88%-
HSV(B)68.57º68.06%84.71%-
XYZ48.1461.1414.9-
YUV192.9658.04129.45-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.62%
GREEN value IS 216 (84.77% from 255) = 45%
BLUE value IS 69 (27.34% from 255) = 14.38%
R=40.62%
G=45%
B=14.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal195216690.1000.680.1568.5765.3355.88
HexC3D845A044F454138
Octal3033301051201041710510170
Binary11000011110110001000101101001000100111110001011000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D845; }

 p { color: rgb(195,216,69); }

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

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

 a { background-color: rgb(195,216,69); }

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

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

 span { border-color: rgb(195,216,69); }

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