Shades of Las Palmas #C6ED3D
Tints of Las Palmas #C6ED3D
RGB
CMYK
RGB Variations
Color information
#C6ED3D (or 0xC6ED3D) is known color: Las Palmas. HEX triplet: C6, ED and 3D. RGB value is (198,237,61). Sum of RGB (Red+Green+Blue) = 198+237+61=496 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.92% from 496); Green value is 237 (92.97% from 255 or 47.78% from 496); Blue value is 61 (24.22% from 255 or 12.30% from 496); Max value from RGB is 237 - color contains mainly: green. Hex color #C6ED3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6ED3D is #3912C2. Grayscale: #CDCDCD. Windows color (decimal): -3740355 or 4058566. OLE color: 4058566.
HSL color Cylindrical-coordinate representation of color #C6ED3D: hue angle of 73.3º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C6ED3D is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 237 | 61 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.07 |
| HSL | 73.3º | 0.83% | 0.58% | - |
| HSV(B) | 73.3º | 0.74% | 0.93% | - |
| XYZ | 54.42 | 72.91 | 15.62 | - |
| YUV | 205.28 | 46.58 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 237 | 61 | 0.16 | 0 | 0.74 | 0.07 | 73.3 | 0.83 | 0.58 |
| Hex | C6 | ED | 3D | 10 | 0 | 4A | 7 | 49 | 53 | 3A |
| Octal | 306 | 355 | 75 | 20 | 0 | 112 | 7 | 111 | 123 | 72 |
| Binary | 11000110 | 11101101 | 111101 | 10000 | 0 | 1001010 | 111 | 1001001 | 1010011 | 111010 |
Color Harmonies of #C6ED3D
Complementary color
Monochromatic Colors of #C6ED3D
Black with #C6ED3D
Text Example
Text Example
White with #C6ED3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ED3D; }
p { color: rgb(198,237,61); }
H1.HeaderClassName
{
color: #C6ED3D;
}
.AnyTagClassName
{
color: #C6ED3D;
}
</style>
background-color css
<style>
a { background-color: #C6ED3D; }
a { background-color: rgb(198,237,61); }
div.DivClassName
{
background-color: #C6ED3D;
}
.BgClassName
{
background-color: #C6ED3D;
}
</style>
border-color css
<style>
span { border-color: #C6ED3D; }
span { border-color: rgb(198,237,61); }
td.TdClassName
{
border-color: #C6ED3D;
}
.TagClassName
{
border-color: #C6ED3D;
}
</style>