#C5DD46

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

Shades of Las Palmas #C5DD46

Tints of Las Palmas #C5DD46

Color information

#C5DD46 (or 0xC5DD46) is unknown color: approx Las Palmas. HEX triplet: C5, DD and 46. RGB value is (197,221,70). Sum of RGB (Red+Green+Blue) = 197+221+70=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 70 (27.73% from 255 or 14.34% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DD46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DD46 is #3A22B9. Grayscale: #C5C5C5. Windows color (decimal): -3809978 or 4644293. OLE color: 4644293.

HSL color Cylindrical-coordinate representation of color #C5DD46: hue angle of 69.54º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C5DD46 is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB19722170-
CMYK0.1100.680.13
HSL69.54º68.95%57.06%-
HSV(B)69.54º68.33%86.67%-
XYZ49.9964.0315.52-
YUV196.6156.55128.28-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.37%
GREEN value IS 221 (86.72% from 255) = 45.29%
BLUE value IS 70 (27.73% from 255) = 14.34%
R=40.37%
G=45.29%
B=14.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal197221700.1100.680.1369.5468.9557.06
HexC5DD46B044D464539
Octal3053351061301041510610571
Binary11000101110111011000110101101000100110110001101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DD46; }

 p { color: rgb(197,221,70); }

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

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

 a { background-color: rgb(197,221,70); }

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

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

 span { border-color: rgb(197,221,70); }

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