#CAD940

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

Shades of Las Palmas #CAD940

Tints of Las Palmas #CAD940

Color information

#CAD940 (or 0xCAD940) is unknown color: approx Las Palmas. HEX triplet: CA, D9 and 40. RGB value is (202,217,64). Sum of RGB (Red+Green+Blue) = 202+217+64=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 217 (85.16% from 255 or 44.93% from 483); Blue value is 64 (25.39% from 255 or 13.25% from 483); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD940 is #3526BF. Grayscale: #C3C3C3. Windows color (decimal): -3483328 or 4250058. OLE color: 4250058.

HSL color Cylindrical-coordinate representation of color #CAD940: hue angle of 65.88º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CAD940 is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB20221764-
CMYK0.0700.710.15
HSL65.88º66.81%55.1%-
HSV(B)65.88º70.51%85.1%-
XYZ50.162.5514.28-
YUV195.0754.03132.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.82%
GREEN value IS 217 (85.16% from 255) = 44.93%
BLUE value IS 64 (25.39% from 255) = 13.25%
R=41.82%
G=44.93%
B=13.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal202217640.0700.710.1565.8866.8155.1
HexCAD9407047F424337
Octal312331100701071710210367
Binary1100101011011001100000011101000111111110000101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD940; }

 p { color: rgb(202,217,64); }

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

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

 a { background-color: rgb(202,217,64); }

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

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

 span { border-color: rgb(202,217,64); }

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