Shades of Sulu #CFE27B
Tints of Sulu #CFE27B
RGB
CMYK
RGB Variations
Color information
#CFE27B (or 0xCFE27B) is known color: Sulu. HEX triplet: CF, E2 and 7B. RGB value is (207,226,123). Sum of RGB (Red+Green+Blue) = 207+226+123=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 226 (88.67% from 255 or 40.65% from 556); Blue value is 123 (48.44% from 255 or 22.12% from 556); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE27B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE27B is #301D84. Grayscale: #D0D0D0. Windows color (decimal): -3153285 or 8118991. OLE color: 8118991.
HSL color Cylindrical-coordinate representation of color #CFE27B: hue angle of 71.07º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFE27B is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 226 | 123 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.11 |
| HSL | 71.07º | 0.64% | 0.68% | - |
| HSV(B) | 71.07º | 0.46% | 0.89% | - |
| XYZ | 56.5 | 69.09 | 29.1 | - |
| YUV | 208.58 | 79.71 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 123 | 0.08 | 0 | 0.46 | 0.11 | 71.07 | 0.64 | 0.68 |
| Hex | CF | E2 | 7B | 8 | 0 | 2E | B | 47 | 40 | 44 |
| Octal | 317 | 342 | 173 | 10 | 0 | 56 | 13 | 107 | 100 | 104 |
| Binary | 11001111 | 11100010 | 1111011 | 1000 | 0 | 101110 | 1011 | 1000111 | 1000000 | 1000100 |
Color Harmonies of #CFE27B
Complementary color
Monochromatic Colors of #CFE27B
Black with #CFE27B
Text Example
Text Example
White with #CFE27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE27B; }
p { color: rgb(207,226,123); }
H1.HeaderClassName
{
color: #CFE27B;
}
.AnyTagClassName
{
color: #CFE27B;
}
</style>
background-color css
<style>
a { background-color: #CFE27B; }
a { background-color: rgb(207,226,123); }
div.DivClassName
{
background-color: #CFE27B;
}
.BgClassName
{
background-color: #CFE27B;
}
</style>
border-color css
<style>
span { border-color: #CFE27B; }
span { border-color: rgb(207,226,123); }
td.TdClassName
{
border-color: #CFE27B;
}
.TagClassName
{
border-color: #CFE27B;
}
</style>