#CAD34C

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

Shades of Las Palmas #CAD34C

Tints of Las Palmas #CAD34C

Color information

#CAD34C (or 0xCAD34C) is unknown color: approx Las Palmas. HEX triplet: CA, D3 and 4C. RGB value is (202,211,76). Sum of RGB (Red+Green+Blue) = 202+211+76=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 211 (82.81% from 255 or 43.15% from 489); Blue value is 76 (30.08% from 255 or 15.54% from 489); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD34C is #352CB3. Grayscale: #C1C1C1. Windows color (decimal): -3484852 or 5034954. OLE color: 5034954.

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

Color convert

RGB20221176-
CMYK0.0400.640.17
HSL64º60.54%56.27%-
HSV(B)64º63.98%82.75%-
XYZ48.9659.6715.77-
YUV192.9262.02134.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.31%
GREEN value IS 211 (82.81% from 255) = 43.15%
BLUE value IS 76 (30.08% from 255) = 15.54%
R=41.31%
G=43.15%
B=15.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal202211760.0400.640.176460.5456.27
HexCAD34C404011403d38
Octal31232311440100211007570
Binary1100101011010011100110010001000000100011000000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD34C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD34C; }

 p { color: rgb(202,211,76); }

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

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

 a { background-color: rgb(202,211,76); }

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

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

 span { border-color: rgb(202,211,76); }

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