Shades of Las Palmas #CADC3C
Tints of Las Palmas #CADC3C
RGB
CMYK
RGB Variations
Color information
#CADC3C (or 0xCADC3C) is known color: Las Palmas. HEX triplet: CA, DC and 3C. RGB value is (202,220,60). Sum of RGB (Red+Green+Blue) = 202+220+60=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 60 (23.83% from 255 or 12.45% from 482); Max value from RGB is 220 - color contains mainly: green. Hex color #CADC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADC3C is #3523C3. Grayscale: #C4C4C4. Windows color (decimal): -3482564 or 3988682. OLE color: 3988682.
HSL color Cylindrical-coordinate representation of color #CADC3C: hue angle of 66.75º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CADC3C is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
RGB | 202 | 220 | 60 | - |
CMYK | 0.08 | 0 | 0.73 | 0.14 |
HSL | 66.75º | 0.7% | 0.55% | - |
HSV(B) | 66.75º | 0.73% | 0.86% | - |
XYZ | 50.77 | 64.07 | 13.97 | - |
YUV | 196.38 | 51.04 | 132.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 220 | 60 | 0.08 | 0 | 0.73 | 0.14 | 66.75 | 0.7 | 0.55 |
Hex | CA | DC | 3C | 8 | 0 | 49 | E | 43 | 46 | 37 |
Octal | 312 | 334 | 74 | 10 | 0 | 111 | 16 | 103 | 106 | 67 |
Binary | 11001010 | 11011100 | 111100 | 1000 | 0 | 1001001 | 1110 | 1000011 | 1000110 | 110111 |
Color Harmonies of #CADC3C
Complementary color
Monochromatic Colors of #CADC3C
Black with #CADC3C
Text Example
Text Example
White with #CADC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADC3C; }
p { color: rgb(202,220,60); }
H1.HeaderClassName
{
color: #CADC3C;
}
.AnyTagClassName
{
color: #CADC3C;
}
</style>
background-color css
<style>
a { background-color: #CADC3C; }
a { background-color: rgb(202,220,60); }
div.DivClassName
{
background-color: #CADC3C;
}
.BgClassName
{
background-color: #CADC3C;
}
</style>
border-color css
<style>
span { border-color: #CADC3C; }
span { border-color: rgb(202,220,60); }
td.TdClassName
{
border-color: #CADC3C;
}
.TagClassName
{
border-color: #CADC3C;
}
</style>