Shades of Sulu #CBF66D
Tints of Sulu #CBF66D
RGB
CMYK
RGB Variations
Color information
#CBF66D (or 0xCBF66D) is known color: Sulu. HEX triplet: CB, F6 and 6D. RGB value is (203,246,109). Sum of RGB (Red+Green+Blue) = 203+246+109=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 246 (96.48% from 255 or 44.09% from 558); Blue value is 109 (42.97% from 255 or 19.53% from 558); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF66D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF66D is #340992. Grayscale: #DADADA. Windows color (decimal): -3410323 or 7206603. OLE color: 7206603.
HSL color Cylindrical-coordinate representation of color #CBF66D: hue angle of 78.83º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CBF66D is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 246 | 109 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.04 |
| HSL | 78.83º | 0.88% | 0.7% | - |
| HSV(B) | 78.83º | 0.56% | 0.96% | - |
| XYZ | 60.34 | 79.71 | 26.67 | - |
| YUV | 217.53 | 66.75 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 246 | 109 | 0.17 | 0 | 0.56 | 0.04 | 78.83 | 0.88 | 0.7 |
| Hex | CB | F6 | 6D | 11 | 0 | 38 | 4 | 4F | 58 | 46 |
| Octal | 313 | 366 | 155 | 21 | 0 | 70 | 4 | 117 | 130 | 106 |
| Binary | 11001011 | 11110110 | 1101101 | 10001 | 0 | 111000 | 100 | 1001111 | 1011000 | 1000110 |
Color Harmonies of #CBF66D
Complementary color
Monochromatic Colors of #CBF66D
Black with #CBF66D
Text Example
Text Example
White with #CBF66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF66D; }
p { color: rgb(203,246,109); }
H1.HeaderClassName
{
color: #CBF66D;
}
.AnyTagClassName
{
color: #CBF66D;
}
</style>
background-color css
<style>
a { background-color: #CBF66D; }
a { background-color: rgb(203,246,109); }
div.DivClassName
{
background-color: #CBF66D;
}
.BgClassName
{
background-color: #CBF66D;
}
</style>
border-color css
<style>
span { border-color: #CBF66D; }
span { border-color: rgb(203,246,109); }
td.TdClassName
{
border-color: #CBF66D;
}
.TagClassName
{
border-color: #CBF66D;
}
</style>