Shades of Sulu #CEFF74
Tints of Sulu #CEFF74
RGB
CMYK
RGB Variations
Color information
#CEFF74 (or 0xCEFF74) is known color: Sulu. HEX triplet: CE, FF and 74. RGB value is (206,255,116). Sum of RGB (Red+Green+Blue) = 206+255+116=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 255 (100% from 255 or 44.19% from 577); Blue value is 116 (45.70% from 255 or 20.10% from 577); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFF74 is #31008B. Grayscale: #E1E1E1. Windows color (decimal): -3211404 or 7667662. OLE color: 7667662.
HSL color Cylindrical-coordinate representation of color #CEFF74: hue angle of 81.15º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CEFF74 is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 116 | - |
| CMYK | 0.19 | 0 | 0.55 | 0 |
| HSL | 81.15º | 1% | 0.73% | - |
| HSV(B) | 81.15º | 0.55% | 1% | - |
| XYZ | 64.37 | 85.9 | 29.71 | - |
| YUV | 224.5 | 66.77 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 116 | 0.19 | 0 | 0.55 | 0 | 81.15 | 1 | 0.73 |
| Hex | CE | FF | 74 | 13 | 0 | 37 | 0 | 51 | 64 | 49 |
| Octal | 316 | 377 | 164 | 23 | 0 | 67 | 0 | 121 | 144 | 111 |
| Binary | 11001110 | 11111111 | 1110100 | 10011 | 0 | 110111 | 0 | 1010001 | 1100100 | 1001001 |
Color Harmonies of #CEFF74
Complementary color
Monochromatic Colors of #CEFF74
Black with #CEFF74
Text Example
Text Example
White with #CEFF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFF74; }
p { color: rgb(206,255,116); }
H1.HeaderClassName
{
color: #CEFF74;
}
.AnyTagClassName
{
color: #CEFF74;
}
</style>
background-color css
<style>
a { background-color: #CEFF74; }
a { background-color: rgb(206,255,116); }
div.DivClassName
{
background-color: #CEFF74;
}
.BgClassName
{
background-color: #CEFF74;
}
</style>
border-color css
<style>
span { border-color: #CEFF74; }
span { border-color: rgb(206,255,116); }
td.TdClassName
{
border-color: #CEFF74;
}
.TagClassName
{
border-color: #CEFF74;
}
</style>