Shades of Las Palmas #C2D83B
Tints of Las Palmas #C2D83B
RGB
CMYK
RGB Variations
Color information
#C2D83B (or 0xC2D83B) is known color: Las Palmas. HEX triplet: C2, D8 and 3B. RGB value is (194,216,59). Sum of RGB (Red+Green+Blue) = 194+216+59=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 216 (84.77% from 255 or 46.06% from 469); Blue value is 59 (23.44% from 255 or 12.58% from 469); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D83B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D83B is #3D27C4. Grayscale: #C0C0C0. Windows color (decimal): -4007877 or 3922114. OLE color: 3922114.
HSL color Cylindrical-coordinate representation of color #C2D83B: hue angle of 68.41º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C2D83B is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 216 | 59 | - |
| CMYK | 0.10 | 0 | 0.73 | 0.15 |
| HSL | 68.41º | 0.67% | 0.54% | - |
| HSV(B) | 68.41º | 0.73% | 0.85% | - |
| XYZ | 47.59 | 60.9 | 13.38 | - |
| YUV | 191.52 | 53.21 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 216 | 59 | 0.10 | 0 | 0.73 | 0.15 | 68.41 | 0.67 | 0.54 |
| Hex | C2 | D8 | 3B | A | 0 | 49 | F | 44 | 43 | 36 |
| Octal | 302 | 330 | 73 | 12 | 0 | 111 | 17 | 104 | 103 | 66 |
| Binary | 11000010 | 11011000 | 111011 | 1010 | 0 | 1001001 | 1111 | 1000100 | 1000011 | 110110 |
Color Harmonies of #C2D83B
Complementary color
Monochromatic Colors of #C2D83B
Black with #C2D83B
Text Example
Text Example
White with #C2D83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D83B; }
p { color: rgb(194,216,59); }
H1.HeaderClassName
{
color: #C2D83B;
}
.AnyTagClassName
{
color: #C2D83B;
}
</style>
background-color css
<style>
a { background-color: #C2D83B; }
a { background-color: rgb(194,216,59); }
div.DivClassName
{
background-color: #C2D83B;
}
.BgClassName
{
background-color: #C2D83B;
}
</style>
border-color css
<style>
span { border-color: #C2D83B; }
span { border-color: rgb(194,216,59); }
td.TdClassName
{
border-color: #C2D83B;
}
.TagClassName
{
border-color: #C2D83B;
}
</style>