Shades of Sulu #CFF37A
Tints of Sulu #CFF37A
RGB
CMYK
RGB Variations
Color information
#CFF37A (or 0xCFF37A) is known color: Sulu. HEX triplet: CF, F3 and 7A. RGB value is (207,243,122). Sum of RGB (Red+Green+Blue) = 207+243+122=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 243 (95.31% from 255 or 42.48% from 572); Blue value is 122 (48.05% from 255 or 21.33% from 572); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF37A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF37A is #300C85. Grayscale: #DADADA. Windows color (decimal): -3148934 or 8057807. OLE color: 8057807.
HSL color Cylindrical-coordinate representation of color #CFF37A: hue angle of 77.85º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFF37A is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 122 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.05 |
| HSL | 77.85º | 0.83% | 0.72% | - |
| HSV(B) | 77.85º | 0.5% | 0.95% | - |
| XYZ | 61.3 | 78.77 | 30.39 | - |
| YUV | 218.44 | 73.57 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 122 | 0.15 | 0 | 0.50 | 0.05 | 77.85 | 0.83 | 0.72 |
| Hex | CF | F3 | 7A | F | 0 | 32 | 5 | 4E | 53 | 48 |
| Octal | 317 | 363 | 172 | 17 | 0 | 62 | 5 | 116 | 123 | 110 |
| Binary | 11001111 | 11110011 | 1111010 | 1111 | 0 | 110010 | 101 | 1001110 | 1010011 | 1001000 |
Color Harmonies of #CFF37A
Complementary color
Monochromatic Colors of #CFF37A
Black with #CFF37A
Text Example
Text Example
White with #CFF37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF37A; }
p { color: rgb(207,243,122); }
H1.HeaderClassName
{
color: #CFF37A;
}
.AnyTagClassName
{
color: #CFF37A;
}
</style>
background-color css
<style>
a { background-color: #CFF37A; }
a { background-color: rgb(207,243,122); }
div.DivClassName
{
background-color: #CFF37A;
}
.BgClassName
{
background-color: #CFF37A;
}
</style>
border-color css
<style>
span { border-color: #CFF37A; }
span { border-color: rgb(207,243,122); }
td.TdClassName
{
border-color: #CFF37A;
}
.TagClassName
{
border-color: #CFF37A;
}
</style>