Shades of Sulu #CFE68B
Tints of Sulu #CFE68B
RGB
CMYK
RGB Variations
Color information
#CFE68B (or 0xCFE68B) is known color: Sulu. HEX triplet: CF, E6 and 8B. RGB value is (207,230,139). Sum of RGB (Red+Green+Blue) = 207+230+139=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 230 (90.23% from 255 or 39.93% from 576); Blue value is 139 (54.69% from 255 or 24.13% from 576); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE68B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE68B is #301974. Grayscale: #D5D5D5. Windows color (decimal): -3152245 or 9168591. OLE color: 9168591.
HSL color Cylindrical-coordinate representation of color #CFE68B: hue angle of 75.16º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFE68B is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 230 | 139 | - |
| CMYK | 0.10 | 0 | 0.40 | 0.10 |
| HSL | 75.16º | 0.65% | 0.72% | - |
| HSV(B) | 75.16º | 0.4% | 0.9% | - |
| XYZ | 58.69 | 71.72 | 35.18 | - |
| YUV | 212.75 | 86.38 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 230 | 139 | 0.10 | 0 | 0.40 | 0.10 | 75.16 | 0.65 | 0.72 |
| Hex | CF | E6 | 8B | A | 0 | 28 | A | 4B | 41 | 48 |
| Octal | 317 | 346 | 213 | 12 | 0 | 50 | 12 | 113 | 101 | 110 |
| Binary | 11001111 | 11100110 | 10001011 | 1010 | 0 | 101000 | 1010 | 1001011 | 1000001 | 1001000 |
Color Harmonies of #CFE68B
Complementary color
Monochromatic Colors of #CFE68B
Black with #CFE68B
Text Example
Text Example
White with #CFE68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE68B; }
p { color: rgb(207,230,139); }
H1.HeaderClassName
{
color: #CFE68B;
}
.AnyTagClassName
{
color: #CFE68B;
}
</style>
background-color css
<style>
a { background-color: #CFE68B; }
a { background-color: rgb(207,230,139); }
div.DivClassName
{
background-color: #CFE68B;
}
.BgClassName
{
background-color: #CFE68B;
}
</style>
border-color css
<style>
span { border-color: #CFE68B; }
span { border-color: rgb(207,230,139); }
td.TdClassName
{
border-color: #CFE68B;
}
.TagClassName
{
border-color: #CFE68B;
}
</style>