#CAD53A

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

Shades of Las Palmas #CAD53A

Tints of Las Palmas #CAD53A

Color information

#CAD53A (or 0xCAD53A) is unknown color: approx Las Palmas. HEX triplet: CA, D5 and 3A. RGB value is (202,213,58). Sum of RGB (Red+Green+Blue) = 202+213+58=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 58 (23.05% from 255 or 12.26% from 473); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD53A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD53A is #352AC5. Grayscale: #C0C0C0. Windows color (decimal): -3484358 or 3855818. OLE color: 3855818.

HSL color Cylindrical-coordinate representation of color #CAD53A: hue angle of 64.26º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CAD53A is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB20221358-
CMYK0.0500.730.16
HSL64.26º64.85%53.14%-
HSV(B)64.26º72.77%83.53%-
XYZ48.9260.4513.09-
YUV192.0452.36135.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.71%
GREEN value IS 213 (83.59% from 255) = 45.03%
BLUE value IS 58 (23.05% from 255) = 12.26%
R=42.71%
G=45.03%
B=12.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal202213580.0500.730.1664.2664.8553.14
HexCAD53A504910404135
Octal31232572501112010010165
Binary1100101011010101111010101010010011000010000001000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD53A; }

 p { color: rgb(202,213,58); }

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

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

 a { background-color: rgb(202,213,58); }

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

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

 span { border-color: rgb(202,213,58); }

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