Shades of Sulu #BEF26D
Tints of Sulu #BEF26D
RGB
CMYK
RGB Variations
Color information
#BEF26D (or 0xBEF26D) is known color: Sulu. HEX triplet: BE, F2 and 6D. RGB value is (190,242,109). Sum of RGB (Red+Green+Blue) = 190+242+109=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 242 (94.92% from 255 or 44.73% from 541); Blue value is 109 (42.97% from 255 or 20.15% from 541); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF26D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF26D is #410D92. Grayscale: #D3D3D3. Windows color (decimal): -4263315 or 7205566. OLE color: 7205566.
HSL color Cylindrical-coordinate representation of color #BEF26D: hue angle of 83.46º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BEF26D is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 242 | 109 | - |
| CMYK | 0.21 | 0 | 0.55 | 0.05 |
| HSL | 83.46º | 0.84% | 0.69% | - |
| HSV(B) | 83.46º | 0.55% | 0.95% | - |
| XYZ | 55.75 | 75.56 | 26.11 | - |
| YUV | 211.29 | 70.27 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 242 | 109 | 0.21 | 0 | 0.55 | 0.05 | 83.46 | 0.84 | 0.69 |
| Hex | BE | F2 | 6D | 15 | 0 | 37 | 5 | 53 | 54 | 45 |
| Octal | 276 | 362 | 155 | 25 | 0 | 67 | 5 | 123 | 124 | 105 |
| Binary | 10111110 | 11110010 | 1101101 | 10101 | 0 | 110111 | 101 | 1010011 | 1010100 | 1000101 |
Color Harmonies of #BEF26D
Complementary color
Monochromatic Colors of #BEF26D
Black with #BEF26D
Text Example
Text Example
White with #BEF26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF26D; }
p { color: rgb(190,242,109); }
H1.HeaderClassName
{
color: #BEF26D;
}
.AnyTagClassName
{
color: #BEF26D;
}
</style>
background-color css
<style>
a { background-color: #BEF26D; }
a { background-color: rgb(190,242,109); }
div.DivClassName
{
background-color: #BEF26D;
}
.BgClassName
{
background-color: #BEF26D;
}
</style>
border-color css
<style>
span { border-color: #BEF26D; }
span { border-color: rgb(190,242,109); }
td.TdClassName
{
border-color: #BEF26D;
}
.TagClassName
{
border-color: #BEF26D;
}
</style>