Shades of Las Palmas #BDEF3D
Tints of Las Palmas #BDEF3D
RGB
CMYK
RGB Variations
Color information
#BDEF3D (or 0xBDEF3D) is known color: Las Palmas. HEX triplet: BD, EF and 3D. RGB value is (189,239,61). Sum of RGB (Red+Green+Blue) = 189+239+61=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 239 (93.75% from 255 or 48.88% from 489); Blue value is 61 (24.22% from 255 or 12.47% from 489); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDEF3D is #4210C2. Grayscale: #CCCCCC. Windows color (decimal): -4329667 or 4059069. OLE color: 4059069.
HSL color Cylindrical-coordinate representation of color #BDEF3D: hue angle of 76.85º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BDEF3D is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 61 | - |
| CMYK | 0.21 | 0 | 0.74 | 0.06 |
| HSL | 76.85º | 0.85% | 0.59% | - |
| HSV(B) | 76.85º | 0.74% | 0.94% | - |
| XYZ | 52.7 | 72.89 | 15.71 | - |
| YUV | 203.76 | 47.44 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 61 | 0.21 | 0 | 0.74 | 0.06 | 76.85 | 0.85 | 0.59 |
| Hex | BD | EF | 3D | 15 | 0 | 4A | 6 | 4D | 55 | 3B |
| Octal | 275 | 357 | 75 | 25 | 0 | 112 | 6 | 115 | 125 | 73 |
| Binary | 10111101 | 11101111 | 111101 | 10101 | 0 | 1001010 | 110 | 1001101 | 1010101 | 111011 |
Color Harmonies of #BDEF3D
Complementary color
Monochromatic Colors of #BDEF3D
Black with #BDEF3D
Text Example
Text Example
White with #BDEF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF3D; }
p { color: rgb(189,239,61); }
H1.HeaderClassName
{
color: #BDEF3D;
}
.AnyTagClassName
{
color: #BDEF3D;
}
</style>
background-color css
<style>
a { background-color: #BDEF3D; }
a { background-color: rgb(189,239,61); }
div.DivClassName
{
background-color: #BDEF3D;
}
.BgClassName
{
background-color: #BDEF3D;
}
</style>
border-color css
<style>
span { border-color: #BDEF3D; }
span { border-color: rgb(189,239,61); }
td.TdClassName
{
border-color: #BDEF3D;
}
.TagClassName
{
border-color: #BDEF3D;
}
</style>