#CAD141

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

Shades of Las Palmas #CAD141

Tints of Las Palmas #CAD141

Color information

#CAD141 (or 0xCAD141) is unknown color: approx Las Palmas. HEX triplet: CA, D1 and 41. RGB value is (202,209,65). Sum of RGB (Red+Green+Blue) = 202+209+65=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 209 (82.03% from 255 or 43.91% from 476); Blue value is 65 (25.78% from 255 or 13.66% from 476); Max value from RGB is 209 - color contains mainly: green. Hex color #CAD141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD141 is #352EBE. Grayscale: #BFBFBF. Windows color (decimal): -3485375 or 4313546. OLE color: 4313546.

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

Color convert

RGB20220965-
CMYK0.0300.690.18
HSL62.92º61.02%53.73%-
HSV(B)62.92º68.9%81.96%-
XYZ48.1158.5413.76-
YUV190.4957.18136.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.44%
GREEN value IS 209 (82.03% from 255) = 43.91%
BLUE value IS 65 (25.78% from 255) = 13.66%
R=42.44%
G=43.91%
B=13.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal202209650.0300.690.1862.9261.0253.73
HexCAD1413045123f3d36
Octal3123211013010522777566
Binary11001010110100011000001110100010110010111111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD141; }

 p { color: rgb(202,209,65); }

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

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

 a { background-color: rgb(202,209,65); }

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

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

 span { border-color: rgb(202,209,65); }

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