Shades of Sulu #CFF67A
Tints of Sulu #CFF67A
RGB
CMYK
RGB Variations
Color information
#CFF67A (or 0xCFF67A) is known color: Sulu. HEX triplet: CF, F6 and 7A. RGB value is (207,246,122). Sum of RGB (Red+Green+Blue) = 207+246+122=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 246 (96.48% from 255 or 42.78% from 575); Blue value is 122 (48.05% from 255 or 21.22% from 575); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF67A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF67A is #300985. Grayscale: #DCDCDC. Windows color (decimal): -3148166 or 8058575. OLE color: 8058575.
HSL color Cylindrical-coordinate representation of color #CFF67A: hue angle of 78.87º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFF67A is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 122 | - |
| CMYK | 0.16 | 0 | 0.50 | 0.04 |
| HSL | 78.87º | 0.87% | 0.72% | - |
| HSV(B) | 78.87º | 0.5% | 0.96% | - |
| XYZ | 62.2 | 80.58 | 30.69 | - |
| YUV | 220.2 | 72.58 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 122 | 0.16 | 0 | 0.50 | 0.04 | 78.87 | 0.87 | 0.72 |
| Hex | CF | F6 | 7A | 10 | 0 | 32 | 4 | 4F | 57 | 48 |
| Octal | 317 | 366 | 172 | 20 | 0 | 62 | 4 | 117 | 127 | 110 |
| Binary | 11001111 | 11110110 | 1111010 | 10000 | 0 | 110010 | 100 | 1001111 | 1010111 | 1001000 |
Color Harmonies of #CFF67A
Complementary color
Monochromatic Colors of #CFF67A
Black with #CFF67A
Text Example
Text Example
White with #CFF67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF67A; }
p { color: rgb(207,246,122); }
H1.HeaderClassName
{
color: #CFF67A;
}
.AnyTagClassName
{
color: #CFF67A;
}
</style>
background-color css
<style>
a { background-color: #CFF67A; }
a { background-color: rgb(207,246,122); }
div.DivClassName
{
background-color: #CFF67A;
}
.BgClassName
{
background-color: #CFF67A;
}
</style>
border-color css
<style>
span { border-color: #CFF67A; }
span { border-color: rgb(207,246,122); }
td.TdClassName
{
border-color: #CFF67A;
}
.TagClassName
{
border-color: #CFF67A;
}
</style>