Shades of Sulu #CFFA8A
Tints of Sulu #CFFA8A
RGB
CMYK
RGB Variations
Color information
#CFFA8A (or 0xCFFA8A) is known color: Sulu. HEX triplet: CF, FA and 8A. RGB value is (207,250,138). Sum of RGB (Red+Green+Blue) = 207+250+138=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 138 (54.30% from 255 or 23.19% from 595); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFA8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFA8A is #300575. Grayscale: #E0E0E0. Windows color (decimal): -3147126 or 9108175. OLE color: 9108175.
HSL color Cylindrical-coordinate representation of color #CFFA8A: hue angle of 83.04º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CFFA8A is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 250 | 138 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.02 |
| HSL | 83.04º | 0.92% | 0.76% | - |
| HSV(B) | 83.04º | 0.45% | 0.98% | - |
| XYZ | 64.51 | 83.47 | 36.76 | - |
| YUV | 224.38 | 79.25 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 250 | 138 | 0.17 | 0 | 0.45 | 0.02 | 83.04 | 0.92 | 0.76 |
| Hex | CF | FA | 8A | 11 | 0 | 2D | 2 | 53 | 5C | 4C |
| Octal | 317 | 372 | 212 | 21 | 0 | 55 | 2 | 123 | 134 | 114 |
| Binary | 11001111 | 11111010 | 10001010 | 10001 | 0 | 101101 | 10 | 1010011 | 1011100 | 1001100 |
Color Harmonies of #CFFA8A
Complementary color
Monochromatic Colors of #CFFA8A
Black with #CFFA8A
Text Example
Text Example
White with #CFFA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFA8A; }
p { color: rgb(207,250,138); }
H1.HeaderClassName
{
color: #CFFA8A;
}
.AnyTagClassName
{
color: #CFFA8A;
}
</style>
background-color css
<style>
a { background-color: #CFFA8A; }
a { background-color: rgb(207,250,138); }
div.DivClassName
{
background-color: #CFFA8A;
}
.BgClassName
{
background-color: #CFFA8A;
}
</style>
border-color css
<style>
span { border-color: #CFFA8A; }
span { border-color: rgb(207,250,138); }
td.TdClassName
{
border-color: #CFFA8A;
}
.TagClassName
{
border-color: #CFFA8A;
}
</style>