#CADD44

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

Shades of Las Palmas #CADD44

Tints of Las Palmas #CADD44

Color information

#CADD44 (or 0xCADD44) is unknown color: approx Las Palmas. HEX triplet: CA, DD and 44. RGB value is (202,221,68). Sum of RGB (Red+Green+Blue) = 202+221+68=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 68 (26.95% from 255 or 13.85% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADD44 is #3522BB. Grayscale: #C6C6C6. Windows color (decimal): -3482300 or 4513226. OLE color: 4513226.

HSL color Cylindrical-coordinate representation of color #CADD44: hue angle of 67.45º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CADD44 is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB20222168-
CMYK0.0900.690.13
HSL67.45º69.23%56.67%-
HSV(B)67.45º69.23%86.67%-
XYZ51.2664.6915.25-
YUV197.8854.71130.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.14%
GREEN value IS 221 (86.72% from 255) = 45.01%
BLUE value IS 68 (26.95% from 255) = 13.85%
R=41.14%
G=45.01%
B=13.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal202221680.0900.690.1367.4569.2356.67
HexCADD449045D434539
Octal3123351041101051510310571
Binary11001010110111011000100100101000101110110000111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADD44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADD44; }

 p { color: rgb(202,221,68); }

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

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

 a { background-color: rgb(202,221,68); }

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

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

 span { border-color: rgb(202,221,68); }

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