Shades of Conifer #B2EE4B
Tints of Conifer #B2EE4B
RGB
CMYK
RGB Variations
Color information
#B2EE4B (or 0xB2EE4B) is known color: Conifer. HEX triplet: B2, EE and 4B. RGB value is (178,238,75). Sum of RGB (Red+Green+Blue) = 178+238+75=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 238 (93.36% from 255 or 48.47% from 491); Blue value is 75 (29.69% from 255 or 15.27% from 491); Max value from RGB is 238 - color contains mainly: green. Hex color #B2EE4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2EE4B is #4D11B4. Grayscale: #CACACA. Windows color (decimal): -5050805 or 4976306. OLE color: 4976306.
HSL color Cylindrical-coordinate representation of color #B2EE4B: hue angle of 82.09º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B2EE4B is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 238 | 75 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.07 |
| HSL | 82.09º | 0.83% | 0.61% | - |
| HSV(B) | 82.09º | 0.68% | 0.93% | - |
| XYZ | 50.2 | 71.12 | 17.74 | - |
| YUV | 201.48 | 56.62 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 238 | 75 | 0.25 | 0 | 0.68 | 0.07 | 82.09 | 0.83 | 0.61 |
| Hex | B2 | EE | 4B | 19 | 0 | 44 | 7 | 52 | 53 | 3D |
| Octal | 262 | 356 | 113 | 31 | 0 | 104 | 7 | 122 | 123 | 75 |
| Binary | 10110010 | 11101110 | 1001011 | 11001 | 0 | 1000100 | 111 | 1010010 | 1010011 | 111101 |
Color Harmonies of #B2EE4B
Complementary color
Monochromatic Colors of #B2EE4B
Black with #B2EE4B
Text Example
Text Example
White with #B2EE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EE4B; }
p { color: rgb(178,238,75); }
H1.HeaderClassName
{
color: #B2EE4B;
}
.AnyTagClassName
{
color: #B2EE4B;
}
</style>
background-color css
<style>
a { background-color: #B2EE4B; }
a { background-color: rgb(178,238,75); }
div.DivClassName
{
background-color: #B2EE4B;
}
.BgClassName
{
background-color: #B2EE4B;
}
</style>
border-color css
<style>
span { border-color: #B2EE4B; }
span { border-color: rgb(178,238,75); }
td.TdClassName
{
border-color: #B2EE4B;
}
.TagClassName
{
border-color: #B2EE4B;
}
</style>