Shades of Sulu #BEEF68
Tints of Sulu #BEEF68
RGB
CMYK
RGB Variations
Color information
#BEEF68 (or 0xBEEF68) is known color: Sulu. HEX triplet: BE, EF and 68. RGB value is (190,239,104). Sum of RGB (Red+Green+Blue) = 190+239+104=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 239 (93.75% from 255 or 44.84% from 533); Blue value is 104 (41.02% from 255 or 19.51% from 533); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEF68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEEF68 is #411097. Grayscale: #D1D1D1. Windows color (decimal): -4264088 or 6877118. OLE color: 6877118.
HSL color Cylindrical-coordinate representation of color #BEEF68: hue angle of 81.78º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BEEF68 is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 239 | 104 | - |
| CMYK | 0.21 | 0 | 0.56 | 0.06 |
| HSL | 81.78º | 0.81% | 0.67% | - |
| HSV(B) | 81.78º | 0.56% | 0.94% | - |
| XYZ | 54.6 | 73.68 | 24.44 | - |
| YUV | 208.96 | 68.77 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 239 | 104 | 0.21 | 0 | 0.56 | 0.06 | 81.78 | 0.81 | 0.67 |
| Hex | BE | EF | 68 | 15 | 0 | 38 | 6 | 52 | 51 | 43 |
| Octal | 276 | 357 | 150 | 25 | 0 | 70 | 6 | 122 | 121 | 103 |
| Binary | 10111110 | 11101111 | 1101000 | 10101 | 0 | 111000 | 110 | 1010010 | 1010001 | 1000011 |
Color Harmonies of #BEEF68
Complementary color
Monochromatic Colors of #BEEF68
Black with #BEEF68
Text Example
Text Example
White with #BEEF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEF68; }
p { color: rgb(190,239,104); }
H1.HeaderClassName
{
color: #BEEF68;
}
.AnyTagClassName
{
color: #BEEF68;
}
</style>
background-color css
<style>
a { background-color: #BEEF68; }
a { background-color: rgb(190,239,104); }
div.DivClassName
{
background-color: #BEEF68;
}
.BgClassName
{
background-color: #BEEF68;
}
</style>
border-color css
<style>
span { border-color: #BEEF68; }
span { border-color: rgb(190,239,104); }
td.TdClassName
{
border-color: #BEEF68;
}
.TagClassName
{
border-color: #BEEF68;
}
</style>