Shades of Sulu #CBFD7A
Tints of Sulu #CBFD7A
RGB
CMYK
RGB Variations
Color information
#CBFD7A (or 0xCBFD7A) is known color: Sulu. HEX triplet: CB, FD and 7A. RGB value is (203,253,122). Sum of RGB (Red+Green+Blue) = 203+253+122=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 253 (99.22% from 255 or 43.77% from 578); Blue value is 122 (48.05% from 255 or 21.11% from 578); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFD7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBFD7A is #340285. Grayscale: #DFDFDF. Windows color (decimal): -3408518 or 8060363. OLE color: 8060363.
HSL color Cylindrical-coordinate representation of color #CBFD7A: hue angle of 82.9º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CBFD7A is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 253 | 122 | - |
| CMYK | 0.20 | 0 | 0.52 | 0.01 |
| HSL | 82.9º | 0.97% | 0.74% | - |
| HSV(B) | 82.9º | 0.52% | 0.99% | - |
| XYZ | 63.27 | 84.35 | 31.36 | - |
| YUV | 223.12 | 70.94 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 253 | 122 | 0.20 | 0 | 0.52 | 0.01 | 82.9 | 0.97 | 0.74 |
| Hex | CB | FD | 7A | 14 | 0 | 34 | 1 | 53 | 61 | 4A |
| Octal | 313 | 375 | 172 | 24 | 0 | 64 | 1 | 123 | 141 | 112 |
| Binary | 11001011 | 11111101 | 1111010 | 10100 | 0 | 110100 | 1 | 1010011 | 1100001 | 1001010 |
Color Harmonies of #CBFD7A
Complementary color
Monochromatic Colors of #CBFD7A
Black with #CBFD7A
Text Example
Text Example
White with #CBFD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFD7A; }
p { color: rgb(203,253,122); }
H1.HeaderClassName
{
color: #CBFD7A;
}
.AnyTagClassName
{
color: #CBFD7A;
}
</style>
background-color css
<style>
a { background-color: #CBFD7A; }
a { background-color: rgb(203,253,122); }
div.DivClassName
{
background-color: #CBFD7A;
}
.BgClassName
{
background-color: #CBFD7A;
}
</style>
border-color css
<style>
span { border-color: #CBFD7A; }
span { border-color: rgb(203,253,122); }
td.TdClassName
{
border-color: #CBFD7A;
}
.TagClassName
{
border-color: #CBFD7A;
}
</style>