#CAD93A

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

Shades of Las Palmas #CAD93A

Tints of Las Palmas #CAD93A

Color information

#CAD93A (or 0xCAD93A) is unknown color: approx Las Palmas. HEX triplet: CA, D9 and 3A. RGB value is (202,217,58). Sum of RGB (Red+Green+Blue) = 202+217+58=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 217 (85.16% from 255 or 45.49% from 477); Blue value is 58 (23.05% from 255 or 12.16% from 477); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD93A is #3526C5. Grayscale: #C3C3C3. Windows color (decimal): -3483334 or 3856842. OLE color: 3856842.

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

Color convert

RGB20221758-
CMYK0.0700.730.15
HSL65.66º67.66%53.92%-
HSV(B)65.66º73.27%85.1%-
XYZ49.9362.4913.43-
YUV194.3951.03133.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.35%
GREEN value IS 217 (85.16% from 255) = 45.49%
BLUE value IS 58 (23.05% from 255) = 12.16%
R=42.35%
G=45.49%
B=12.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal202217580.0700.730.1565.6667.6653.92
HexCAD93A7049F424436
Octal31233172701111710210466
Binary110010101101100111101011101001001111110000101000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD93A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD93A; }

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

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

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

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

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

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

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

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