#CAD348

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

Shades of Las Palmas #CAD348

Tints of Las Palmas #CAD348

Color information

#CAD348 (or 0xCAD348) is unknown color: approx Las Palmas. HEX triplet: CA, D3 and 48. RGB value is (202,211,72). Sum of RGB (Red+Green+Blue) = 202+211+72=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 211 (82.81% from 255 or 43.51% from 485); Blue value is 72 (28.52% from 255 or 14.85% from 485); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD348 is #352CB7. Grayscale: #C1C1C1. Windows color (decimal): -3484856 or 4772810. OLE color: 4772810.

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

Color convert

RGB20221172-
CMYK0.0400.660.17
HSL63.88º61.23%55.49%-
HSV(B)63.88º65.88%82.75%-
XYZ48.8259.6115.06-
YUV192.4660.02134.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.65%
GREEN value IS 211 (82.81% from 255) = 43.51%
BLUE value IS 72 (28.52% from 255) = 14.85%
R=41.65%
G=43.51%
B=14.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal202211720.0400.660.1763.8861.2355.49
HexCAD348404211403d37
Octal31232311040102211007567
Binary1100101011010011100100010001000010100011000000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD348; }

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

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

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

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

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

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

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

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