Shades of Sulu #BEEA70
Tints of Sulu #BEEA70
RGB
CMYK
RGB Variations
Color information
#BEEA70 (or 0xBEEA70) is known color: Sulu. HEX triplet: BE, EA and 70. RGB value is (190,234,112). Sum of RGB (Red+Green+Blue) = 190+234+112=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 234 (91.80% from 255 or 43.66% from 536); Blue value is 112 (44.14% from 255 or 20.90% from 536); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEA70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEEA70 is #41158F. Grayscale: #CFCFCF. Windows color (decimal): -4265360 or 7400126. OLE color: 7400126.
HSL color Cylindrical-coordinate representation of color #BEEA70: hue angle of 81.64º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BEEA70 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 234 | 112 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.08 |
| HSL | 81.64º | 0.74% | 0.68% | - |
| HSV(B) | 81.64º | 0.52% | 0.92% | - |
| XYZ | 53.58 | 70.96 | 26.2 | - |
| YUV | 206.94 | 74.42 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 234 | 112 | 0.19 | 0 | 0.52 | 0.08 | 81.64 | 0.74 | 0.68 |
| Hex | BE | EA | 70 | 13 | 0 | 34 | 8 | 52 | 4A | 44 |
| Octal | 276 | 352 | 160 | 23 | 0 | 64 | 10 | 122 | 112 | 104 |
| Binary | 10111110 | 11101010 | 1110000 | 10011 | 0 | 110100 | 1000 | 1010010 | 1001010 | 1000100 |
Color Harmonies of #BEEA70
Complementary color
Monochromatic Colors of #BEEA70
Black with #BEEA70
Text Example
Text Example
White with #BEEA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEA70; }
p { color: rgb(190,234,112); }
H1.HeaderClassName
{
color: #BEEA70;
}
.AnyTagClassName
{
color: #BEEA70;
}
</style>
background-color css
<style>
a { background-color: #BEEA70; }
a { background-color: rgb(190,234,112); }
div.DivClassName
{
background-color: #BEEA70;
}
.BgClassName
{
background-color: #BEEA70;
}
</style>
border-color css
<style>
span { border-color: #BEEA70; }
span { border-color: rgb(190,234,112); }
td.TdClassName
{
border-color: #BEEA70;
}
.TagClassName
{
border-color: #BEEA70;
}
</style>