Shades of Sulu #CFF48A
Tints of Sulu #CFF48A
RGB
CMYK
RGB Variations
Color information
#CFF48A (or 0xCFF48A) is known color: Sulu. HEX triplet: CF, F4 and 8A. RGB value is (207,244,138). Sum of RGB (Red+Green+Blue) = 207+244+138=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 244 (95.70% from 255 or 41.43% from 589); Blue value is 138 (54.30% from 255 or 23.43% from 589); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF48A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF48A is #300B75. Grayscale: #DDDDDD. Windows color (decimal): -3148662 or 9106639. OLE color: 9106639.
HSL color Cylindrical-coordinate representation of color #CFF48A: hue angle of 80.94º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFF48A is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 138 | - |
| CMYK | 0.15 | 0 | 0.43 | 0.04 |
| HSL | 80.94º | 0.83% | 0.75% | - |
| HSV(B) | 80.94º | 0.43% | 0.96% | - |
| XYZ | 62.67 | 79.8 | 36.14 | - |
| YUV | 220.85 | 81.24 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 138 | 0.15 | 0 | 0.43 | 0.04 | 80.94 | 0.83 | 0.75 |
| Hex | CF | F4 | 8A | F | 0 | 2B | 4 | 51 | 53 | 4B |
| Octal | 317 | 364 | 212 | 17 | 0 | 53 | 4 | 121 | 123 | 113 |
| Binary | 11001111 | 11110100 | 10001010 | 1111 | 0 | 101011 | 100 | 1010001 | 1010011 | 1001011 |
Color Harmonies of #CFF48A
Complementary color
Monochromatic Colors of #CFF48A
Black with #CFF48A
Text Example
Text Example
White with #CFF48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF48A; }
p { color: rgb(207,244,138); }
H1.HeaderClassName
{
color: #CFF48A;
}
.AnyTagClassName
{
color: #CFF48A;
}
</style>
background-color css
<style>
a { background-color: #CFF48A; }
a { background-color: rgb(207,244,138); }
div.DivClassName
{
background-color: #CFF48A;
}
.BgClassName
{
background-color: #CFF48A;
}
</style>
border-color css
<style>
span { border-color: #CFF48A; }
span { border-color: rgb(207,244,138); }
td.TdClassName
{
border-color: #CFF48A;
}
.TagClassName
{
border-color: #CFF48A;
}
</style>