Shades of Las Palmas #C2D23F
Tints of Las Palmas #C2D23F
RGB
CMYK
RGB Variations
Color information
#C2D23F (or 0xC2D23F) is known color: Las Palmas. HEX triplet: C2, D2 and 3F. RGB value is (194,210,63). Sum of RGB (Red+Green+Blue) = 194+210+63=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 210 (82.42% from 255 or 44.97% from 467); Blue value is 63 (25% from 255 or 13.49% from 467); Max value from RGB is 210 - color contains mainly: green. Hex color #C2D23F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D23F is #3D2DC0. Grayscale: #BDBDBD. Windows color (decimal): -4009409 or 4182722. OLE color: 4182722.
HSL color Cylindrical-coordinate representation of color #C2D23F: hue angle of 66.53º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2D23F is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 210 | 63 | - |
| CMYK | 0.08 | 0 | 0.70 | 0.18 |
| HSL | 66.53º | 0.62% | 0.54% | - |
| HSV(B) | 66.53º | 0.7% | 0.82% | - |
| XYZ | 46.19 | 57.92 | 13.45 | - |
| YUV | 188.46 | 57.2 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 210 | 63 | 0.08 | 0 | 0.70 | 0.18 | 66.53 | 0.62 | 0.54 |
| Hex | C2 | D2 | 3F | 8 | 0 | 46 | 12 | 43 | 3E | 36 |
| Octal | 302 | 322 | 77 | 10 | 0 | 106 | 22 | 103 | 76 | 66 |
| Binary | 11000010 | 11010010 | 111111 | 1000 | 0 | 1000110 | 10010 | 1000011 | 111110 | 110110 |
Color Harmonies of #C2D23F
Complementary color
Monochromatic Colors of #C2D23F
Black with #C2D23F
Text Example
Text Example
White with #C2D23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D23F; }
p { color: rgb(194,210,63); }
H1.HeaderClassName
{
color: #C2D23F;
}
.AnyTagClassName
{
color: #C2D23F;
}
</style>
background-color css
<style>
a { background-color: #C2D23F; }
a { background-color: rgb(194,210,63); }
div.DivClassName
{
background-color: #C2D23F;
}
.BgClassName
{
background-color: #C2D23F;
}
</style>
border-color css
<style>
span { border-color: #C2D23F; }
span { border-color: rgb(194,210,63); }
td.TdClassName
{
border-color: #C2D23F;
}
.TagClassName
{
border-color: #C2D23F;
}
</style>