Shades of Sulu #CBF774
Tints of Sulu #CBF774
RGB
CMYK
RGB Variations
Color information
#CBF774 (or 0xCBF774) is known color: Sulu. HEX triplet: CB, F7 and 74. RGB value is (203,247,116). Sum of RGB (Red+Green+Blue) = 203+247+116=566 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.87% from 566); Green value is 247 (96.88% from 255 or 43.64% from 566); Blue value is 116 (45.70% from 255 or 20.49% from 566); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF774 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF774 is #34088B. Grayscale: #DBDBDB. Windows color (decimal): -3410060 or 7665611. OLE color: 7665611.
HSL color Cylindrical-coordinate representation of color #CBF774: hue angle of 80.15º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CBF774 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 247 | 116 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.03 |
| HSL | 80.15º | 0.89% | 0.71% | - |
| HSV(B) | 80.15º | 0.53% | 0.97% | - |
| XYZ | 61.04 | 80.48 | 28.84 | - |
| YUV | 218.91 | 69.92 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 247 | 116 | 0.18 | 0 | 0.53 | 0.03 | 80.15 | 0.89 | 0.71 |
| Hex | CB | F7 | 74 | 12 | 0 | 35 | 3 | 50 | 59 | 47 |
| Octal | 313 | 367 | 164 | 22 | 0 | 65 | 3 | 120 | 131 | 107 |
| Binary | 11001011 | 11110111 | 1110100 | 10010 | 0 | 110101 | 11 | 1010000 | 1011001 | 1000111 |
Color Harmonies of #CBF774
Complementary color
Monochromatic Colors of #CBF774
Black with #CBF774
Text Example
Text Example
White with #CBF774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF774; }
p { color: rgb(203,247,116); }
H1.HeaderClassName
{
color: #CBF774;
}
.AnyTagClassName
{
color: #CBF774;
}
</style>
background-color css
<style>
a { background-color: #CBF774; }
a { background-color: rgb(203,247,116); }
div.DivClassName
{
background-color: #CBF774;
}
.BgClassName
{
background-color: #CBF774;
}
</style>
border-color css
<style>
span { border-color: #CBF774; }
span { border-color: rgb(203,247,116); }
td.TdClassName
{
border-color: #CBF774;
}
.TagClassName
{
border-color: #CBF774;
}
</style>