#CAD535

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

Shades of Las Palmas #CAD535

Tints of Las Palmas #CAD535

Color information

#CAD535 (or 0xCAD535) is unknown color: approx Las Palmas. HEX triplet: CA, D5 and 35. RGB value is (202,213,53). Sum of RGB (Red+Green+Blue) = 202+213+53=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 213 (83.59% from 255 or 45.51% from 468); Blue value is 53 (21.09% from 255 or 11.32% from 468); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD535 is #352ACA. Grayscale: #C0C0C0. Windows color (decimal): -3484363 or 3528138. OLE color: 3528138.

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

Color convert

RGB20221353-
CMYK0.0500.750.16
HSL64.12º65.57%52.16%-
HSV(B)64.12º75.12%83.53%-
XYZ48.7960.412.46-
YUV191.4749.86135.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.16%
GREEN value IS 213 (83.59% from 255) = 45.51%
BLUE value IS 53 (21.09% from 255) = 11.32%
R=43.16%
G=45.51%
B=11.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal202213530.0500.750.1664.1265.5752.16
HexCAD535504B10404234
Octal31232565501132010010264
Binary1100101011010101110101101010010111000010000001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD535; }

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

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

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

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

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

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

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

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