Shades of Las Palmas #C2D93D
Tints of Las Palmas #C2D93D
RGB
CMYK
RGB Variations
Color information
#C2D93D (or 0xC2D93D) is known color: Las Palmas. HEX triplet: C2, D9 and 3D. RGB value is (194,217,61). Sum of RGB (Red+Green+Blue) = 194+217+61=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 217 (85.16% from 255 or 45.97% from 472); Blue value is 61 (24.22% from 255 or 12.92% from 472); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D93D is #3D26C2. Grayscale: #C0C0C0. Windows color (decimal): -4007619 or 4053442. OLE color: 4053442.
HSL color Cylindrical-coordinate representation of color #C2D93D: hue angle of 68.85º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C2D93D is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 217 | 61 | - |
| CMYK | 0.11 | 0 | 0.72 | 0.15 |
| HSL | 68.85º | 0.67% | 0.55% | - |
| HSV(B) | 68.85º | 0.72% | 0.85% | - |
| XYZ | 47.9 | 61.43 | 13.75 | - |
| YUV | 192.34 | 53.88 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 217 | 61 | 0.11 | 0 | 0.72 | 0.15 | 68.85 | 0.67 | 0.55 |
| Hex | C2 | D9 | 3D | B | 0 | 48 | F | 45 | 43 | 37 |
| Octal | 302 | 331 | 75 | 13 | 0 | 110 | 17 | 105 | 103 | 67 |
| Binary | 11000010 | 11011001 | 111101 | 1011 | 0 | 1001000 | 1111 | 1000101 | 1000011 | 110111 |
Color Harmonies of #C2D93D
Complementary color
Monochromatic Colors of #C2D93D
Black with #C2D93D
Text Example
Text Example
White with #C2D93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D93D; }
p { color: rgb(194,217,61); }
H1.HeaderClassName
{
color: #C2D93D;
}
.AnyTagClassName
{
color: #C2D93D;
}
</style>
background-color css
<style>
a { background-color: #C2D93D; }
a { background-color: rgb(194,217,61); }
div.DivClassName
{
background-color: #C2D93D;
}
.BgClassName
{
background-color: #C2D93D;
}
</style>
border-color css
<style>
span { border-color: #C2D93D; }
span { border-color: rgb(194,217,61); }
td.TdClassName
{
border-color: #C2D93D;
}
.TagClassName
{
border-color: #C2D93D;
}
</style>