Shades of Sulu #CBDF7C
Tints of Sulu #CBDF7C
RGB
CMYK
RGB Variations
Color information
#CBDF7C (or 0xCBDF7C) is known color: Sulu. HEX triplet: CB, DF and 7C. RGB value is (203,223,124). Sum of RGB (Red+Green+Blue) = 203+223+124=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 223 (87.5% from 255 or 40.55% from 550); Blue value is 124 (48.83% from 255 or 22.55% from 550); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDF7C is #342083. Grayscale: #CECECE. Windows color (decimal): -3416196 or 8183755. OLE color: 8183755.
HSL color Cylindrical-coordinate representation of color #CBDF7C: hue angle of 72.12º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CBDF7C is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 223 | 124 | - |
| CMYK | 0.09 | 0 | 0.44 | 0.13 |
| HSL | 72.12º | 0.61% | 0.68% | - |
| HSV(B) | 72.12º | 0.44% | 0.87% | - |
| XYZ | 54.65 | 66.93 | 29.11 | - |
| YUV | 205.73 | 81.87 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 223 | 124 | 0.09 | 0 | 0.44 | 0.13 | 72.12 | 0.61 | 0.68 |
| Hex | CB | DF | 7C | 9 | 0 | 2C | D | 48 | 3D | 44 |
| Octal | 313 | 337 | 174 | 11 | 0 | 54 | 15 | 110 | 75 | 104 |
| Binary | 11001011 | 11011111 | 1111100 | 1001 | 0 | 101100 | 1101 | 1001000 | 111101 | 1000100 |
Color Harmonies of #CBDF7C
Complementary color
Monochromatic Colors of #CBDF7C
Black with #CBDF7C
Text Example
Text Example
White with #CBDF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDF7C; }
p { color: rgb(203,223,124); }
H1.HeaderClassName
{
color: #CBDF7C;
}
.AnyTagClassName
{
color: #CBDF7C;
}
</style>
background-color css
<style>
a { background-color: #CBDF7C; }
a { background-color: rgb(203,223,124); }
div.DivClassName
{
background-color: #CBDF7C;
}
.BgClassName
{
background-color: #CBDF7C;
}
</style>
border-color css
<style>
span { border-color: #CBDF7C; }
span { border-color: rgb(203,223,124); }
td.TdClassName
{
border-color: #CBDF7C;
}
.TagClassName
{
border-color: #CBDF7C;
}
</style>