#cad13f

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

Shades of Las Palmas #CAD13F

Tints of Las Palmas #CAD13F

Color information

#CAD13F (or 0xCAD13F) is unknown color: approx Las Palmas. HEX triplet: CA, D1 and 3F. RGB value is (202,209,63). Sum of RGB (Red+Green+Blue) = 202+209+63=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 209 (82.03% from 255 or 44.09% from 474); Blue value is 63 (25% from 255 or 13.29% from 474); Max value from RGB is 209 - color contains mainly: green. Hex color #CAD13F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD13F is #352EC0. Grayscale: #BEBEBE. Windows color (decimal): -3485377 or 4182474. OLE color: 4182474.

HSL color Cylindrical-coordinate representation of color #CAD13F: hue angle of 62.88º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CAD13F is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB20220963-
CMYK0.0300.700.18
HSL62.88º61.34%53.33%-
HSV(B)62.88º69.86%81.96%-
XYZ48.0558.5213.46-
YUV190.2656.18136.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.62%
GREEN value IS 209 (82.03% from 255) = 44.09%
BLUE value IS 63 (25% from 255) = 13.29%
R=42.62%
G=44.09%
B=13.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal202209630.0300.700.1862.8861.3453.33
HexCAD13F3046123f3d35
Octal312321773010622777565
Binary1100101011010001111111110100011010010111111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cad13f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cad13f; }

 p { color: rgb(202,209,63); }

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

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

 a { background-color: rgb(202,209,63); }

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

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

 span { border-color: rgb(202,209,63); }

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