Shades of Sulu #BEE674
Tints of Sulu #BEE674
RGB
CMYK
RGB Variations
Color information
#BEE674 (or 0xBEE674) is known color: Sulu. HEX triplet: BE, E6 and 74. RGB value is (190,230,116). Sum of RGB (Red+Green+Blue) = 190+230+116=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 230 (90.23% from 255 or 42.91% from 536); Blue value is 116 (45.70% from 255 or 21.64% from 536); Max value from RGB is 230 - color contains mainly: green. Hex color #BEE674 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEE674 is #41198B. Grayscale: #CDCDCD. Windows color (decimal): -4266380 or 7661246. OLE color: 7661246.
HSL color Cylindrical-coordinate representation of color #BEE674: hue angle of 81.05º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BEE674 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 230 | 116 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.10 |
| HSL | 81.05º | 0.7% | 0.68% | - |
| HSV(B) | 81.05º | 0.5% | 0.9% | - |
| XYZ | 52.68 | 68.8 | 27.03 | - |
| YUV | 205.04 | 77.75 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 230 | 116 | 0.17 | 0 | 0.50 | 0.10 | 81.05 | 0.7 | 0.68 |
| Hex | BE | E6 | 74 | 11 | 0 | 32 | A | 51 | 46 | 44 |
| Octal | 276 | 346 | 164 | 21 | 0 | 62 | 12 | 121 | 106 | 104 |
| Binary | 10111110 | 11100110 | 1110100 | 10001 | 0 | 110010 | 1010 | 1010001 | 1000110 | 1000100 |
Color Harmonies of #BEE674
Complementary color
Monochromatic Colors of #BEE674
Black with #BEE674
Text Example
Text Example
White with #BEE674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE674; }
p { color: rgb(190,230,116); }
H1.HeaderClassName
{
color: #BEE674;
}
.AnyTagClassName
{
color: #BEE674;
}
</style>
background-color css
<style>
a { background-color: #BEE674; }
a { background-color: rgb(190,230,116); }
div.DivClassName
{
background-color: #BEE674;
}
.BgClassName
{
background-color: #BEE674;
}
</style>
border-color css
<style>
span { border-color: #BEE674; }
span { border-color: rgb(190,230,116); }
td.TdClassName
{
border-color: #BEE674;
}
.TagClassName
{
border-color: #BEE674;
}
</style>