#CAD742

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

Shades of Las Palmas #CAD742

Tints of Las Palmas #CAD742

Color information

#CAD742 (or 0xCAD742) is unknown color: approx Las Palmas. HEX triplet: CA, D7 and 42. RGB value is (202,215,66). Sum of RGB (Red+Green+Blue) = 202+215+66=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 215 (84.38% from 255 or 44.51% from 483); Blue value is 66 (26.17% from 255 or 13.66% from 483); Max value from RGB is 215 - color contains mainly: green. Hex color #CAD742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD742 is #3528BD. Grayscale: #C2C2C2. Windows color (decimal): -3483838 or 4380618. OLE color: 4380618.

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

Color convert

RGB20221566-
CMYK0.0600.690.16
HSL65.23º65.07%55.1%-
HSV(B)65.23º69.3%84.31%-
XYZ49.6461.5514.42-
YUV194.1355.69133.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.82%
GREEN value IS 215 (84.38% from 255) = 44.51%
BLUE value IS 66 (26.17% from 255) = 13.66%
R=41.82%
G=44.51%
B=13.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal202215660.0600.690.1665.2365.0755.1
HexCAD742604510414137
Octal312327102601052010110167
Binary11001010110101111000010110010001011000010000011000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD742; }

 p { color: rgb(202,215,66); }

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

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

 a { background-color: rgb(202,215,66); }

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

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

 span { border-color: rgb(202,215,66); }

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