Shades of Sulu #CBDF7A
Tints of Sulu #CBDF7A
RGB
CMYK
RGB Variations
Color information
#CBDF7A (or 0xCBDF7A) is known color: Sulu. HEX triplet: CB, DF and 7A. RGB value is (203,223,122). Sum of RGB (Red+Green+Blue) = 203+223+122=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 223 (87.5% from 255 or 40.69% from 548); Blue value is 122 (48.05% from 255 or 22.26% from 548); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDF7A is #342085. Grayscale: #CDCDCD. Windows color (decimal): -3416198 or 8052683. OLE color: 8052683.
HSL color Cylindrical-coordinate representation of color #CBDF7A: hue angle of 71.88º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CBDF7A is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 223 | 122 | - |
| CMYK | 0.09 | 0 | 0.45 | 0.13 |
| HSL | 71.88º | 0.61% | 0.68% | - |
| HSV(B) | 71.88º | 0.45% | 0.87% | - |
| XYZ | 54.53 | 66.88 | 28.45 | - |
| YUV | 205.51 | 80.87 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 223 | 122 | 0.09 | 0 | 0.45 | 0.13 | 71.88 | 0.61 | 0.68 |
| Hex | CB | DF | 7A | 9 | 0 | 2D | D | 48 | 3D | 44 |
| Octal | 313 | 337 | 172 | 11 | 0 | 55 | 15 | 110 | 75 | 104 |
| Binary | 11001011 | 11011111 | 1111010 | 1001 | 0 | 101101 | 1101 | 1001000 | 111101 | 1000100 |
Color Harmonies of #CBDF7A
Complementary color
Monochromatic Colors of #CBDF7A
Black with #CBDF7A
Text Example
Text Example
White with #CBDF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDF7A; }
p { color: rgb(203,223,122); }
H1.HeaderClassName
{
color: #CBDF7A;
}
.AnyTagClassName
{
color: #CBDF7A;
}
</style>
background-color css
<style>
a { background-color: #CBDF7A; }
a { background-color: rgb(203,223,122); }
div.DivClassName
{
background-color: #CBDF7A;
}
.BgClassName
{
background-color: #CBDF7A;
}
</style>
border-color css
<style>
span { border-color: #CBDF7A; }
span { border-color: rgb(203,223,122); }
td.TdClassName
{
border-color: #CBDF7A;
}
.TagClassName
{
border-color: #CBDF7A;
}
</style>