Shades of Las Palmas #C3D74B
Tints of Las Palmas #C3D74B
RGB
CMYK
RGB Variations
Color information
#C3D74B (or 0xC3D74B) is known color: Las Palmas. HEX triplet: C3, D7 and 4B. RGB value is (195,215,75). Sum of RGB (Red+Green+Blue) = 195+215+75=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 75 (29.69% from 255 or 15.46% from 485); Max value from RGB is 215 - color contains mainly: green. Hex color #C3D74B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3D74B is #3C28B4. Grayscale: #C1C1C1. Windows color (decimal): -3942581 or 4970435. OLE color: 4970435.
HSL color Cylindrical-coordinate representation of color #C3D74B: hue angle of 68.57º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C3D74B is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 215 | 75 | - |
| CMYK | 0.09 | 0 | 0.65 | 0.16 |
| HSL | 68.57º | 0.64% | 0.57% | - |
| HSV(B) | 68.57º | 0.65% | 0.84% | - |
| XYZ | 48.08 | 60.71 | 15.84 | - |
| YUV | 193.06 | 61.37 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 215 | 75 | 0.09 | 0 | 0.65 | 0.16 | 68.57 | 0.64 | 0.57 |
| Hex | C3 | D7 | 4B | 9 | 0 | 41 | 10 | 45 | 40 | 39 |
| Octal | 303 | 327 | 113 | 11 | 0 | 101 | 20 | 105 | 100 | 71 |
| Binary | 11000011 | 11010111 | 1001011 | 1001 | 0 | 1000001 | 10000 | 1000101 | 1000000 | 111001 |
Color Harmonies of #C3D74B
Complementary color
Monochromatic Colors of #C3D74B
Black with #C3D74B
Text Example
Text Example
White with #C3D74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D74B; }
p { color: rgb(195,215,75); }
H1.HeaderClassName
{
color: #C3D74B;
}
.AnyTagClassName
{
color: #C3D74B;
}
</style>
background-color css
<style>
a { background-color: #C3D74B; }
a { background-color: rgb(195,215,75); }
div.DivClassName
{
background-color: #C3D74B;
}
.BgClassName
{
background-color: #C3D74B;
}
</style>
border-color css
<style>
span { border-color: #C3D74B; }
span { border-color: rgb(195,215,75); }
td.TdClassName
{
border-color: #C3D74B;
}
.TagClassName
{
border-color: #C3D74B;
}
</style>