Shades of Sulu #C9FF67
Tints of Sulu #C9FF67
RGB
CMYK
RGB Variations
Color information
#C9FF67 (or 0xC9FF67) is known color: Sulu. HEX triplet: C9, FF and 67. RGB value is (201,255,103). Sum of RGB (Red+Green+Blue) = 201+255+103=559 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.96% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 103 (40.62% from 255 or 18.43% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FF67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FF67 is #360098. Grayscale: #DEDEDE. Windows color (decimal): -3539097 or 6815689. OLE color: 6815689.
HSL color Cylindrical-coordinate representation of color #C9FF67: hue angle of 81.32º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C9FF67 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 255 | 103 | - |
| CMYK | 0.21 | 0 | 0.60 | 0 |
| HSL | 81.32º | 1% | 0.7% | - |
| HSV(B) | 81.32º | 0.6% | 1% | - |
| XYZ | 62.3 | 84.92 | 25.94 | - |
| YUV | 221.53 | 61.11 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 255 | 103 | 0.21 | 0 | 0.60 | 0 | 81.32 | 1 | 0.7 |
| Hex | C9 | FF | 67 | 15 | 0 | 3C | 0 | 51 | 64 | 46 |
| Octal | 311 | 377 | 147 | 25 | 0 | 74 | 0 | 121 | 144 | 106 |
| Binary | 11001001 | 11111111 | 1100111 | 10101 | 0 | 111100 | 0 | 1010001 | 1100100 | 1000110 |
Color Harmonies of #C9FF67
Complementary color
Monochromatic Colors of #C9FF67
Black with #C9FF67
Text Example
Text Example
White with #C9FF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FF67; }
p { color: rgb(201,255,103); }
H1.HeaderClassName
{
color: #C9FF67;
}
.AnyTagClassName
{
color: #C9FF67;
}
</style>
background-color css
<style>
a { background-color: #C9FF67; }
a { background-color: rgb(201,255,103); }
div.DivClassName
{
background-color: #C9FF67;
}
.BgClassName
{
background-color: #C9FF67;
}
</style>
border-color css
<style>
span { border-color: #C9FF67; }
span { border-color: rgb(201,255,103); }
td.TdClassName
{
border-color: #C9FF67;
}
.TagClassName
{
border-color: #C9FF67;
}
</style>