#C3D341

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

Shades of Las Palmas #C3D341

Tints of Las Palmas #C3D341

Color information

#C3D341 (or 0xC3D341) is unknown color: approx Las Palmas. HEX triplet: C3, D3 and 41. RGB value is (195,211,65). Sum of RGB (Red+Green+Blue) = 195+211+65=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 211 (82.81% from 255 or 44.80% from 471); Blue value is 65 (25.78% from 255 or 13.80% from 471); Max value from RGB is 211 - color contains mainly: green. Hex color #C3D341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3D341 is #3C2CBE. Grayscale: #BEBEBE. Windows color (decimal): -3943615 or 4314051. OLE color: 4314051.

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

Color convert

RGB19521165-
CMYK0.0800.690.17
HSL66.58º62.39%54.12%-
HSV(B)66.58º69.19%82.75%-
XYZ46.7558.5713.84-
YUV189.5757.7131.87-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.40%
GREEN value IS 211 (82.81% from 255) = 44.80%
BLUE value IS 65 (25.78% from 255) = 13.80%
R=41.40%
G=44.80%
B=13.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal195211650.0800.690.1766.5862.3954.12
HexC3D341804511433e36
Octal303323101100105211037666
Binary11000011110100111000001100001000101100011000011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D341; }

 p { color: rgb(195,211,65); }

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

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

 a { background-color: rgb(195,211,65); }

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

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

 span { border-color: rgb(195,211,65); }

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