Shades of Sulu #CBDF90
Tints of Sulu #CBDF90
RGB
CMYK
RGB Variations
Color information
#CBDF90 (or 0xCBDF90) is known color: Sulu. HEX triplet: CB, DF and 90. RGB value is (203,223,144). Sum of RGB (Red+Green+Blue) = 203+223+144=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 144 (56.64% from 255 or 25.26% from 570); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDF90 is #34206F. Grayscale: #D0D0D0. Windows color (decimal): -3416176 or 9494475. OLE color: 9494475.
HSL color Cylindrical-coordinate representation of color #CBDF90: hue angle of 75.19º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBDF90 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 223 | 144 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.13 |
| HSL | 75.19º | 0.55% | 0.72% | - |
| HSV(B) | 75.19º | 0.35% | 0.87% | - |
| XYZ | 56.05 | 67.49 | 36.46 | - |
| YUV | 208.01 | 91.87 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 223 | 144 | 0.09 | 0 | 0.35 | 0.13 | 75.19 | 0.55 | 0.72 |
| Hex | CB | DF | 90 | 9 | 0 | 23 | D | 4B | 37 | 48 |
| Octal | 313 | 337 | 220 | 11 | 0 | 43 | 15 | 113 | 67 | 110 |
| Binary | 11001011 | 11011111 | 10010000 | 1001 | 0 | 100011 | 1101 | 1001011 | 110111 | 1001000 |
Color Harmonies of #CBDF90
Complementary color
Monochromatic Colors of #CBDF90
Black with #CBDF90
Text Example
Text Example
White with #CBDF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDF90; }
p { color: rgb(203,223,144); }
H1.HeaderClassName
{
color: #CBDF90;
}
.AnyTagClassName
{
color: #CBDF90;
}
</style>
background-color css
<style>
a { background-color: #CBDF90; }
a { background-color: rgb(203,223,144); }
div.DivClassName
{
background-color: #CBDF90;
}
.BgClassName
{
background-color: #CBDF90;
}
</style>
border-color css
<style>
span { border-color: #CBDF90; }
span { border-color: rgb(203,223,144); }
td.TdClassName
{
border-color: #CBDF90;
}
.TagClassName
{
border-color: #CBDF90;
}
</style>