Shades of Sulu #CBF27D
Tints of Sulu #CBF27D
RGB
CMYK
RGB Variations
Color information
#CBF27D (or 0xCBF27D) is known color: Sulu. HEX triplet: CB, F2 and 7D. RGB value is (203,242,125). Sum of RGB (Red+Green+Blue) = 203+242+125=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 242 (94.92% from 255 or 42.46% from 570); Blue value is 125 (49.22% from 255 or 21.93% from 570); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF27D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF27D is #340D82. Grayscale: #D9D9D9. Windows color (decimal): -3411331 or 8254155. OLE color: 8254155.
HSL color Cylindrical-coordinate representation of color #CBF27D: hue angle of 80º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBF27D is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 242 | 125 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.05 |
| HSL | 80º | 0.82% | 0.72% | - |
| HSV(B) | 80º | 0.48% | 0.95% | - |
| XYZ | 60.08 | 77.68 | 31.23 | - |
| YUV | 217 | 76.08 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 242 | 125 | 0.16 | 0 | 0.48 | 0.05 | 80 | 0.82 | 0.72 |
| Hex | CB | F2 | 7D | 10 | 0 | 30 | 5 | 50 | 52 | 48 |
| Octal | 313 | 362 | 175 | 20 | 0 | 60 | 5 | 120 | 122 | 110 |
| Binary | 11001011 | 11110010 | 1111101 | 10000 | 0 | 110000 | 101 | 1010000 | 1010010 | 1001000 |
Color Harmonies of #CBF27D
Complementary color
Monochromatic Colors of #CBF27D
Black with #CBF27D
Text Example
Text Example
White with #CBF27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF27D; }
p { color: rgb(203,242,125); }
H1.HeaderClassName
{
color: #CBF27D;
}
.AnyTagClassName
{
color: #CBF27D;
}
</style>
background-color css
<style>
a { background-color: #CBF27D; }
a { background-color: rgb(203,242,125); }
div.DivClassName
{
background-color: #CBF27D;
}
.BgClassName
{
background-color: #CBF27D;
}
</style>
border-color css
<style>
span { border-color: #CBF27D; }
span { border-color: rgb(203,242,125); }
td.TdClassName
{
border-color: #CBF27D;
}
.TagClassName
{
border-color: #CBF27D;
}
</style>