#CAD336

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

Shades of Las Palmas #CAD336

Tints of Las Palmas #CAD336

Color information

#CAD336 (or 0xCAD336) is unknown color: approx Las Palmas. HEX triplet: CA, D3 and 36. RGB value is (202,211,54). Sum of RGB (Red+Green+Blue) = 202+211+54=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 211 (82.81% from 255 or 45.18% from 467); Blue value is 54 (21.48% from 255 or 11.56% from 467); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD336 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD336 is #352CC9. Grayscale: #BFBFBF. Windows color (decimal): -3484874 or 3593162. OLE color: 3593162.

HSL color Cylindrical-coordinate representation of color #CAD336: hue angle of 63.44º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CAD336 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.

Color convert

RGB20221154-
CMYK0.0400.740.17
HSL63.44º64.08%51.96%-
HSV(B)63.44º74.41%82.75%-
XYZ48.3259.4112.41-
YUV190.4151.02136.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.25%
GREEN value IS 211 (82.81% from 255) = 45.18%
BLUE value IS 54 (21.48% from 255) = 11.56%
R=43.25%
G=45.18%
B=11.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal202211540.0400.740.1763.4464.0851.96
HexCAD336404A113f4034
Octal3123236640112217710064
Binary110010101101001111011010001001010100011111111000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD336; }

 p { color: rgb(202,211,54); }

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

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

 a { background-color: rgb(202,211,54); }

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

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

 span { border-color: rgb(202,211,54); }

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