Shades of Sulu #CFF38B
Tints of Sulu #CFF38B
RGB
CMYK
RGB Variations
Color information
#CFF38B (or 0xCFF38B) is known color: Sulu. HEX triplet: CF, F3 and 8B. RGB value is (207,243,139). Sum of RGB (Red+Green+Blue) = 207+243+139=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 243 (95.31% from 255 or 41.26% from 589); Blue value is 139 (54.69% from 255 or 23.60% from 589); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF38B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF38B is #300C74. Grayscale: #DCDCDC. Windows color (decimal): -3148917 or 9171919. OLE color: 9171919.
HSL color Cylindrical-coordinate representation of color #CFF38B: hue angle of 80.77º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFF38B is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 139 | - |
| CMYK | 0.15 | 0 | 0.43 | 0.05 |
| HSL | 80.77º | 0.81% | 0.75% | - |
| HSV(B) | 80.77º | 0.43% | 0.95% | - |
| XYZ | 62.44 | 79.23 | 36.43 | - |
| YUV | 220.38 | 82.07 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 139 | 0.15 | 0 | 0.43 | 0.05 | 80.77 | 0.81 | 0.75 |
| Hex | CF | F3 | 8B | F | 0 | 2B | 5 | 51 | 51 | 4B |
| Octal | 317 | 363 | 213 | 17 | 0 | 53 | 5 | 121 | 121 | 113 |
| Binary | 11001111 | 11110011 | 10001011 | 1111 | 0 | 101011 | 101 | 1010001 | 1010001 | 1001011 |
Color Harmonies of #CFF38B
Complementary color
Monochromatic Colors of #CFF38B
Black with #CFF38B
Text Example
Text Example
White with #CFF38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF38B; }
p { color: rgb(207,243,139); }
H1.HeaderClassName
{
color: #CFF38B;
}
.AnyTagClassName
{
color: #CFF38B;
}
</style>
background-color css
<style>
a { background-color: #CFF38B; }
a { background-color: rgb(207,243,139); }
div.DivClassName
{
background-color: #CFF38B;
}
.BgClassName
{
background-color: #CFF38B;
}
</style>
border-color css
<style>
span { border-color: #CFF38B; }
span { border-color: rgb(207,243,139); }
td.TdClassName
{
border-color: #CFF38B;
}
.TagClassName
{
border-color: #CFF38B;
}
</style>