Shades of Sulu #CBF37D
Tints of Sulu #CBF37D
RGB
CMYK
RGB Variations
Color information
#CBF37D (or 0xCBF37D) is known color: Sulu. HEX triplet: CB, F3 and 7D. RGB value is (203,243,125). Sum of RGB (Red+Green+Blue) = 203+243+125=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 243 (95.31% from 255 or 42.56% from 571); Blue value is 125 (49.22% from 255 or 21.89% from 571); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF37D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF37D is #340C82. Grayscale: #DADADA. Windows color (decimal): -3411075 or 8254411. OLE color: 8254411.
HSL color Cylindrical-coordinate representation of color #CBF37D: hue angle of 80.34º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CBF37D is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 243 | 125 | - |
| CMYK | 0.16 | 0 | 0.49 | 0.05 |
| HSL | 80.34º | 0.83% | 0.72% | - |
| HSV(B) | 80.34º | 0.49% | 0.95% | - |
| XYZ | 60.38 | 78.28 | 31.33 | - |
| YUV | 217.59 | 75.75 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 243 | 125 | 0.16 | 0 | 0.49 | 0.05 | 80.34 | 0.83 | 0.72 |
| Hex | CB | F3 | 7D | 10 | 0 | 31 | 5 | 50 | 53 | 48 |
| Octal | 313 | 363 | 175 | 20 | 0 | 61 | 5 | 120 | 123 | 110 |
| Binary | 11001011 | 11110011 | 1111101 | 10000 | 0 | 110001 | 101 | 1010000 | 1010011 | 1001000 |
Color Harmonies of #CBF37D
Complementary color
Monochromatic Colors of #CBF37D
Black with #CBF37D
Text Example
Text Example
White with #CBF37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF37D; }
p { color: rgb(203,243,125); }
H1.HeaderClassName
{
color: #CBF37D;
}
.AnyTagClassName
{
color: #CBF37D;
}
</style>
background-color css
<style>
a { background-color: #CBF37D; }
a { background-color: rgb(203,243,125); }
div.DivClassName
{
background-color: #CBF37D;
}
.BgClassName
{
background-color: #CBF37D;
}
</style>
border-color css
<style>
span { border-color: #CBF37D; }
span { border-color: rgb(203,243,125); }
td.TdClassName
{
border-color: #CBF37D;
}
.TagClassName
{
border-color: #CBF37D;
}
</style>