Shades of Sulu #CFF378
Tints of Sulu #CFF378
RGB
CMYK
RGB Variations
Color information
#CFF378 (or 0xCFF378) is known color: Sulu. HEX triplet: CF, F3 and 78. RGB value is (207,243,120). Sum of RGB (Red+Green+Blue) = 207+243+120=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 243 (95.31% from 255 or 42.63% from 570); Blue value is 120 (47.27% from 255 or 21.05% from 570); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF378 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF378 is #300C87. Grayscale: #DADADA. Windows color (decimal): -3148936 or 7926735. OLE color: 7926735.
HSL color Cylindrical-coordinate representation of color #CFF378: hue angle of 77.56º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFF378 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 120 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.05 |
| HSL | 77.56º | 0.84% | 0.71% | - |
| HSV(B) | 77.56º | 0.51% | 0.95% | - |
| XYZ | 61.17 | 78.72 | 29.74 | - |
| YUV | 218.21 | 72.57 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 120 | 0.15 | 0 | 0.51 | 0.05 | 77.56 | 0.84 | 0.71 |
| Hex | CF | F3 | 78 | F | 0 | 33 | 5 | 4E | 54 | 47 |
| Octal | 317 | 363 | 170 | 17 | 0 | 63 | 5 | 116 | 124 | 107 |
| Binary | 11001111 | 11110011 | 1111000 | 1111 | 0 | 110011 | 101 | 1001110 | 1010100 | 1000111 |
Color Harmonies of #CFF378
Complementary color
Monochromatic Colors of #CFF378
Black with #CFF378
Text Example
Text Example
White with #CFF378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF378; }
p { color: rgb(207,243,120); }
H1.HeaderClassName
{
color: #CFF378;
}
.AnyTagClassName
{
color: #CFF378;
}
</style>
background-color css
<style>
a { background-color: #CFF378; }
a { background-color: rgb(207,243,120); }
div.DivClassName
{
background-color: #CFF378;
}
.BgClassName
{
background-color: #CFF378;
}
</style>
border-color css
<style>
span { border-color: #CFF378; }
span { border-color: rgb(207,243,120); }
td.TdClassName
{
border-color: #CFF378;
}
.TagClassName
{
border-color: #CFF378;
}
</style>