Shades of Las Palmas #C2DB4B
Tints of Las Palmas #C2DB4B
RGB
CMYK
RGB Variations
Color information
#C2DB4B (or 0xC2DB4B) is known color: Las Palmas. HEX triplet: C2, DB and 4B. RGB value is (194,219,75). Sum of RGB (Red+Green+Blue) = 194+219+75=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 75 (29.69% from 255 or 15.37% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DB4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DB4B is #3D24B4. Grayscale: #C3C3C3. Windows color (decimal): -4007093 or 4971458. OLE color: 4971458.
HSL color Cylindrical-coordinate representation of color #C2DB4B: hue angle of 70.42º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C2DB4B is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 219 | 75 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.14 |
| HSL | 70.42º | 0.67% | 0.58% | - |
| HSV(B) | 70.42º | 0.66% | 0.86% | - |
| XYZ | 48.85 | 62.64 | 16.17 | - |
| YUV | 195.11 | 60.22 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 219 | 75 | 0.11 | 0 | 0.66 | 0.14 | 70.42 | 0.67 | 0.58 |
| Hex | C2 | DB | 4B | B | 0 | 42 | E | 46 | 43 | 3A |
| Octal | 302 | 333 | 113 | 13 | 0 | 102 | 16 | 106 | 103 | 72 |
| Binary | 11000010 | 11011011 | 1001011 | 1011 | 0 | 1000010 | 1110 | 1000110 | 1000011 | 111010 |
Color Harmonies of #C2DB4B
Complementary color
Monochromatic Colors of #C2DB4B
Black with #C2DB4B
Text Example
Text Example
White with #C2DB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DB4B; }
p { color: rgb(194,219,75); }
H1.HeaderClassName
{
color: #C2DB4B;
}
.AnyTagClassName
{
color: #C2DB4B;
}
</style>
background-color css
<style>
a { background-color: #C2DB4B; }
a { background-color: rgb(194,219,75); }
div.DivClassName
{
background-color: #C2DB4B;
}
.BgClassName
{
background-color: #C2DB4B;
}
</style>
border-color css
<style>
span { border-color: #C2DB4B; }
span { border-color: rgb(194,219,75); }
td.TdClassName
{
border-color: #C2DB4B;
}
.TagClassName
{
border-color: #C2DB4B;
}
</style>