#CAD44A

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

Shades of Las Palmas #CAD44A

Tints of Las Palmas #CAD44A

Color information

#CAD44A (or 0xCAD44A) is unknown color: approx Las Palmas. HEX triplet: CA, D4 and 4A. RGB value is (202,212,74). Sum of RGB (Red+Green+Blue) = 202+212+74=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 212 (83.20% from 255 or 43.44% from 488); Blue value is 74 (29.30% from 255 or 15.16% from 488); Max value from RGB is 212 - color contains mainly: green. Hex color #CAD44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD44A is #352BB5. Grayscale: #C1C1C1. Windows color (decimal): -3484598 or 4904138. OLE color: 4904138.

HSL color Cylindrical-coordinate representation of color #CAD44A: hue angle of 64.35º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CAD44A is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB20221274-
CMYK0.0500.650.17
HSL64.35º61.61%56.08%-
HSV(B)64.35º65.09%83.14%-
XYZ49.1460.1415.5-
YUV193.2860.69134.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.39%
GREEN value IS 212 (83.20% from 255) = 43.44%
BLUE value IS 74 (29.30% from 255) = 15.16%
R=41.39%
G=43.44%
B=15.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal202212740.0500.650.1764.3561.6156.08
HexCAD44A504111403e38
Octal31232411250101211007670
Binary1100101011010100100101010101000001100011000000111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD44A; }

 p { color: rgb(202,212,74); }

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

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

 a { background-color: rgb(202,212,74); }

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

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

 span { border-color: rgb(202,212,74); }

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