#C3D246

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

Shades of Las Palmas #C3D246

Tints of Las Palmas #C3D246

Color information

#C3D246 (or 0xC3D246) is unknown color: approx Las Palmas. HEX triplet: C3, D2 and 46. RGB value is (195,210,70). Sum of RGB (Red+Green+Blue) = 195+210+70=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 70 (27.73% from 255 or 14.74% from 475); Max value from RGB is 210 - color contains mainly: green. Hex color #C3D246 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3D246 is #3C2DB9. Grayscale: #BEBEBE. Windows color (decimal): -3943866 or 4641475. OLE color: 4641475.

HSL color Cylindrical-coordinate representation of color #C3D246: hue angle of 66.43º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C3D246 is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB19521070-
CMYK0.0700.670.18
HSL66.43º60.87%54.9%-
HSV(B)66.43º66.67%82.35%-
XYZ46.6658.1414.56-
YUV189.5560.53131.88-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.05%
GREEN value IS 210 (82.42% from 255) = 44.21%
BLUE value IS 70 (27.73% from 255) = 14.74%
R=41.05%
G=44.21%
B=14.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal195210700.0700.670.1866.4360.8754.9
HexC3D246704312423d37
Octal30332210670103221027567
Binary1100001111010010100011011101000011100101000010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D246; }

 p { color: rgb(195,210,70); }

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

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

 a { background-color: rgb(195,210,70); }

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

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

 span { border-color: rgb(195,210,70); }

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