Shades of Las Palmas #C0CC3C
Tints of Las Palmas #C0CC3C
RGB
CMYK
RGB Variations
Color information
#C0CC3C (or 0xC0CC3C) is known color: Las Palmas. HEX triplet: C0, CC and 3C. RGB value is (192,204,60). Sum of RGB (Red+Green+Blue) = 192+204+60=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 60 (23.83% from 255 or 13.16% from 456); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CC3C is #3F33C3. Grayscale: #B8B8B8. Windows color (decimal): -4142020 or 3984576. OLE color: 3984576.
HSL color Cylindrical-coordinate representation of color #C0CC3C: hue angle of 65º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0CC3C is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
RGB | 192 | 204 | 60 | - |
CMYK | 0.06 | 0 | 0.71 | 0.2 |
HSL | 65º | 0.59% | 0.52% | - |
HSV(B) | 65º | 0.71% | 0.8% | - |
XYZ | 44.15 | 54.72 | 12.51 | - |
YUV | 184 | 58.02 | 133.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 204 | 60 | 0.06 | 0 | 0.71 | 0.2 | 65 | 0.59 | 0.52 |
Hex | C0 | CC | 3C | 6 | 0 | 47 | 14 | 41 | 3B | 34 |
Octal | 300 | 314 | 74 | 6 | 0 | 107 | 24 | 101 | 73 | 64 |
Binary | 11000000 | 11001100 | 111100 | 110 | 0 | 1000111 | 10100 | 1000001 | 111011 | 110100 |
Color Harmonies of #C0CC3C
Complementary color
Monochromatic Colors of #C0CC3C
Black with #C0CC3C
Text Example
Text Example
White with #C0CC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CC3C; }
p { color: rgb(192,204,60); }
H1.HeaderClassName
{
color: #C0CC3C;
}
.AnyTagClassName
{
color: #C0CC3C;
}
</style>
background-color css
<style>
a { background-color: #C0CC3C; }
a { background-color: rgb(192,204,60); }
div.DivClassName
{
background-color: #C0CC3C;
}
.BgClassName
{
background-color: #C0CC3C;
}
</style>
border-color css
<style>
span { border-color: #C0CC3C; }
span { border-color: rgb(192,204,60); }
td.TdClassName
{
border-color: #C0CC3C;
}
.TagClassName
{
border-color: #C0CC3C;
}
</style>