Shades of Sulu #CFFA7B
Tints of Sulu #CFFA7B
RGB
CMYK
RGB Variations
Color information
#CFFA7B (or 0xCFFA7B) is known color: Sulu. HEX triplet: CF, FA and 7B. RGB value is (207,250,123). Sum of RGB (Red+Green+Blue) = 207+250+123=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 250 (98.05% from 255 or 43.10% from 580); Blue value is 123 (48.44% from 255 or 21.21% from 580); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFA7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFA7B is #300584. Grayscale: #DFDFDF. Windows color (decimal): -3147141 or 8125135. OLE color: 8125135.
HSL color Cylindrical-coordinate representation of color #CFFA7B: hue angle of 80.31º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFFA7B is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 250 | 123 | - |
| CMYK | 0.17 | 0 | 0.51 | 0.02 |
| HSL | 80.31º | 0.93% | 0.73% | - |
| HSV(B) | 80.31º | 0.51% | 0.98% | - |
| XYZ | 63.49 | 83.07 | 31.43 | - |
| YUV | 222.67 | 71.75 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 250 | 123 | 0.17 | 0 | 0.51 | 0.02 | 80.31 | 0.93 | 0.73 |
| Hex | CF | FA | 7B | 11 | 0 | 33 | 2 | 50 | 5D | 49 |
| Octal | 317 | 372 | 173 | 21 | 0 | 63 | 2 | 120 | 135 | 111 |
| Binary | 11001111 | 11111010 | 1111011 | 10001 | 0 | 110011 | 10 | 1010000 | 1011101 | 1001001 |
Color Harmonies of #CFFA7B
Complementary color
Monochromatic Colors of #CFFA7B
Black with #CFFA7B
Text Example
Text Example
White with #CFFA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFA7B; }
p { color: rgb(207,250,123); }
H1.HeaderClassName
{
color: #CFFA7B;
}
.AnyTagClassName
{
color: #CFFA7B;
}
</style>
background-color css
<style>
a { background-color: #CFFA7B; }
a { background-color: rgb(207,250,123); }
div.DivClassName
{
background-color: #CFFA7B;
}
.BgClassName
{
background-color: #CFFA7B;
}
</style>
border-color css
<style>
span { border-color: #CFFA7B; }
span { border-color: rgb(207,250,123); }
td.TdClassName
{
border-color: #CFFA7B;
}
.TagClassName
{
border-color: #CFFA7B;
}
</style>