#CAD83F

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

Shades of Las Palmas #CAD83F

Tints of Las Palmas #CAD83F

Color information

#CAD83F (or 0xCAD83F) is unknown color: approx Las Palmas. HEX triplet: CA, D8 and 3F. RGB value is (202,216,63). Sum of RGB (Red+Green+Blue) = 202+216+63=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 216 (84.77% from 255 or 44.91% from 481); Blue value is 63 (25% from 255 or 13.10% from 481); Max value from RGB is 216 - color contains mainly: green. Hex color #CAD83F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD83F is #3527C0. Grayscale: #C2C2C2. Windows color (decimal): -3483585 or 4184266. OLE color: 4184266.

HSL color Cylindrical-coordinate representation of color #CAD83F: hue angle of 65.49º degrees, saturation: 0.66, 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 #CAD83F is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB20221663-
CMYK0.0600.710.15
HSL65.49º66.23%54.71%-
HSV(B)65.49º70.83%84.71%-
XYZ49.8162.0314.05-
YUV194.3753.86133.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.00%
GREEN value IS 216 (84.77% from 255) = 44.91%
BLUE value IS 63 (25% from 255) = 13.10%
R=42.00%
G=44.91%
B=13.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal202216630.0600.710.1565.4966.2354.71
HexCAD83F6047F414237
Octal31233077601071710110267
Binary110010101101100011111111001000111111110000011000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD83F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD83F; }

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

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

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

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

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

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

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

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