Shades of Sulu #CFE68E
Tints of Sulu #CFE68E
RGB
CMYK
RGB Variations
Color information
#CFE68E (or 0xCFE68E) is known color: Sulu. HEX triplet: CF, E6 and 8E. RGB value is (207,230,142). Sum of RGB (Red+Green+Blue) = 207+230+142=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 230 (90.23% from 255 or 39.72% from 579); Blue value is 142 (55.86% from 255 or 24.53% from 579); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE68E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE68E is #301971. Grayscale: #D5D5D5. Windows color (decimal): -3152242 or 9365199. OLE color: 9365199.
HSL color Cylindrical-coordinate representation of color #CFE68E: hue angle of 75.68º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CFE68E is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 230 | 142 | - |
| CMYK | 0.10 | 0 | 0.38 | 0.10 |
| HSL | 75.68º | 0.64% | 0.73% | - |
| HSV(B) | 75.68º | 0.38% | 0.9% | - |
| XYZ | 58.91 | 71.81 | 36.35 | - |
| YUV | 213.09 | 87.88 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 230 | 142 | 0.10 | 0 | 0.38 | 0.10 | 75.68 | 0.64 | 0.73 |
| Hex | CF | E6 | 8E | A | 0 | 26 | A | 4C | 40 | 49 |
| Octal | 317 | 346 | 216 | 12 | 0 | 46 | 12 | 114 | 100 | 111 |
| Binary | 11001111 | 11100110 | 10001110 | 1010 | 0 | 100110 | 1010 | 1001100 | 1000000 | 1001001 |
Color Harmonies of #CFE68E
Complementary color
Monochromatic Colors of #CFE68E
Black with #CFE68E
Text Example
Text Example
White with #CFE68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE68E; }
p { color: rgb(207,230,142); }
H1.HeaderClassName
{
color: #CFE68E;
}
.AnyTagClassName
{
color: #CFE68E;
}
</style>
background-color css
<style>
a { background-color: #CFE68E; }
a { background-color: rgb(207,230,142); }
div.DivClassName
{
background-color: #CFE68E;
}
.BgClassName
{
background-color: #CFE68E;
}
</style>
border-color css
<style>
span { border-color: #CFE68E; }
span { border-color: rgb(207,230,142); }
td.TdClassName
{
border-color: #CFE68E;
}
.TagClassName
{
border-color: #CFE68E;
}
</style>