Shades of Conifer #BDEF42
Tints of Conifer #BDEF42
RGB
CMYK
RGB Variations
Color information
#BDEF42 (or 0xBDEF42) is known color: Conifer. HEX triplet: BD, EF and 42. RGB value is (189,239,66). Sum of RGB (Red+Green+Blue) = 189+239+66=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 239 (93.75% from 255 or 48.38% from 494); Blue value is 66 (26.17% from 255 or 13.36% from 494); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDEF42 is #4210BD. Grayscale: #CCCCCC. Windows color (decimal): -4329662 or 4386749. OLE color: 4386749.
HSL color Cylindrical-coordinate representation of color #BDEF42: hue angle of 77.34º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BDEF42 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 66 | - |
| CMYK | 0.21 | 0 | 0.72 | 0.06 |
| HSL | 77.34º | 0.84% | 0.6% | - |
| HSV(B) | 77.34º | 0.72% | 0.94% | - |
| XYZ | 52.84 | 72.95 | 16.45 | - |
| YUV | 204.33 | 49.94 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 66 | 0.21 | 0 | 0.72 | 0.06 | 77.34 | 0.84 | 0.6 |
| Hex | BD | EF | 42 | 15 | 0 | 48 | 6 | 4D | 54 | 3C |
| Octal | 275 | 357 | 102 | 25 | 0 | 110 | 6 | 115 | 124 | 74 |
| Binary | 10111101 | 11101111 | 1000010 | 10101 | 0 | 1001000 | 110 | 1001101 | 1010100 | 111100 |
Color Harmonies of #BDEF42
Complementary color
Monochromatic Colors of #BDEF42
Black with #BDEF42
Text Example
Text Example
White with #BDEF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF42; }
p { color: rgb(189,239,66); }
H1.HeaderClassName
{
color: #BDEF42;
}
.AnyTagClassName
{
color: #BDEF42;
}
</style>
background-color css
<style>
a { background-color: #BDEF42; }
a { background-color: rgb(189,239,66); }
div.DivClassName
{
background-color: #BDEF42;
}
.BgClassName
{
background-color: #BDEF42;
}
</style>
border-color css
<style>
span { border-color: #BDEF42; }
span { border-color: rgb(189,239,66); }
td.TdClassName
{
border-color: #BDEF42;
}
.TagClassName
{
border-color: #BDEF42;
}
</style>