Shades of Sulu #CFF68C
Tints of Sulu #CFF68C
RGB
CMYK
RGB Variations
Color information
#CFF68C (or 0xCFF68C) is known color: Sulu. HEX triplet: CF, F6 and 8C. RGB value is (207,246,140). Sum of RGB (Red+Green+Blue) = 207+246+140=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 246 (96.48% from 255 or 41.48% from 593); Blue value is 140 (55.08% from 255 or 23.61% from 593); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF68C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF68C is #300973. Grayscale: #DEDEDE. Windows color (decimal): -3148148 or 9238223. OLE color: 9238223.
HSL color Cylindrical-coordinate representation of color #CFF68C: hue angle of 82.08º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFF68C is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 140 | - |
| CMYK | 0.16 | 0 | 0.43 | 0.04 |
| HSL | 82.08º | 0.85% | 0.76% | - |
| HSV(B) | 82.08º | 0.43% | 0.96% | - |
| XYZ | 63.42 | 81.07 | 37.12 | - |
| YUV | 222.26 | 81.58 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 140 | 0.16 | 0 | 0.43 | 0.04 | 82.08 | 0.85 | 0.76 |
| Hex | CF | F6 | 8C | 10 | 0 | 2B | 4 | 52 | 55 | 4C |
| Octal | 317 | 366 | 214 | 20 | 0 | 53 | 4 | 122 | 125 | 114 |
| Binary | 11001111 | 11110110 | 10001100 | 10000 | 0 | 101011 | 100 | 1010010 | 1010101 | 1001100 |
Color Harmonies of #CFF68C
Complementary color
Monochromatic Colors of #CFF68C
Black with #CFF68C
Text Example
Text Example
White with #CFF68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF68C; }
p { color: rgb(207,246,140); }
H1.HeaderClassName
{
color: #CFF68C;
}
.AnyTagClassName
{
color: #CFF68C;
}
</style>
background-color css
<style>
a { background-color: #CFF68C; }
a { background-color: rgb(207,246,140); }
div.DivClassName
{
background-color: #CFF68C;
}
.BgClassName
{
background-color: #CFF68C;
}
</style>
border-color css
<style>
span { border-color: #CFF68C; }
span { border-color: rgb(207,246,140); }
td.TdClassName
{
border-color: #CFF68C;
}
.TagClassName
{
border-color: #CFF68C;
}
</style>