Shades of Conifer #BDEF4B
Tints of Conifer #BDEF4B
RGB
CMYK
RGB Variations
Color information
#BDEF4B (or 0xBDEF4B) is known color: Conifer. HEX triplet: BD, EF and 4B. RGB value is (189,239,75). Sum of RGB (Red+Green+Blue) = 189+239+75=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 239 (93.75% from 255 or 47.51% from 503); Blue value is 75 (29.69% from 255 or 14.91% from 503); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDEF4B is #4210B4. Grayscale: #CDCDCD. Windows color (decimal): -4329653 or 4976573. OLE color: 4976573.
HSL color Cylindrical-coordinate representation of color #BDEF4B: hue angle of 78.29º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDEF4B is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 75 | - |
| CMYK | 0.21 | 0 | 0.69 | 0.06 |
| HSL | 78.29º | 0.84% | 0.62% | - |
| HSV(B) | 78.29º | 0.69% | 0.94% | - |
| XYZ | 53.12 | 73.06 | 17.96 | - |
| YUV | 205.35 | 54.44 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 75 | 0.21 | 0 | 0.69 | 0.06 | 78.29 | 0.84 | 0.62 |
| Hex | BD | EF | 4B | 15 | 0 | 45 | 6 | 4E | 54 | 3E |
| Octal | 275 | 357 | 113 | 25 | 0 | 105 | 6 | 116 | 124 | 76 |
| Binary | 10111101 | 11101111 | 1001011 | 10101 | 0 | 1000101 | 110 | 1001110 | 1010100 | 111110 |
Color Harmonies of #BDEF4B
Complementary color
Monochromatic Colors of #BDEF4B
Black with #BDEF4B
Text Example
Text Example
White with #BDEF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF4B; }
p { color: rgb(189,239,75); }
H1.HeaderClassName
{
color: #BDEF4B;
}
.AnyTagClassName
{
color: #BDEF4B;
}
</style>
background-color css
<style>
a { background-color: #BDEF4B; }
a { background-color: rgb(189,239,75); }
div.DivClassName
{
background-color: #BDEF4B;
}
.BgClassName
{
background-color: #BDEF4B;
}
</style>
border-color css
<style>
span { border-color: #BDEF4B; }
span { border-color: rgb(189,239,75); }
td.TdClassName
{
border-color: #BDEF4B;
}
.TagClassName
{
border-color: #BDEF4B;
}
</style>