Shades of Sulu #CCFF83
Tints of Sulu #CCFF83
RGB
CMYK
RGB Variations
Color information
#CCFF83 (or 0xCCFF83) is known color: Sulu. HEX triplet: CC, FF and 83. RGB value is (204,255,131). Sum of RGB (Red+Green+Blue) = 204+255+131=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 255 (100% from 255 or 43.22% from 590); Blue value is 131 (51.56% from 255 or 22.20% from 590); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFF83 is #33007C. Grayscale: #E2E2E2. Windows color (decimal): -3342461 or 8650700. OLE color: 8650700.
HSL color Cylindrical-coordinate representation of color #CCFF83: hue angle of 84.68º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCFF83 is Cyan = 0.2, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 131 | - |
| CMYK | 0.2 | 0 | 0.49 | 0 |
| HSL | 84.68º | 1% | 0.76% | - |
| HSV(B) | 84.68º | 0.49% | 1% | - |
| XYZ | 64.76 | 86 | 34.66 | - |
| YUV | 225.62 | 74.6 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 131 | 0.2 | 0 | 0.49 | 0 | 84.68 | 1 | 0.76 |
| Hex | CC | FF | 83 | 14 | 0 | 31 | 0 | 55 | 64 | 4C |
| Octal | 314 | 377 | 203 | 24 | 0 | 61 | 0 | 125 | 144 | 114 |
| Binary | 11001100 | 11111111 | 10000011 | 10100 | 0 | 110001 | 0 | 1010101 | 1100100 | 1001100 |
Color Harmonies of #CCFF83
Complementary color
Monochromatic Colors of #CCFF83
Black with #CCFF83
Text Example
Text Example
White with #CCFF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF83; }
p { color: rgb(204,255,131); }
H1.HeaderClassName
{
color: #CCFF83;
}
.AnyTagClassName
{
color: #CCFF83;
}
</style>
background-color css
<style>
a { background-color: #CCFF83; }
a { background-color: rgb(204,255,131); }
div.DivClassName
{
background-color: #CCFF83;
}
.BgClassName
{
background-color: #CCFF83;
}
</style>
border-color css
<style>
span { border-color: #CCFF83; }
span { border-color: rgb(204,255,131); }
td.TdClassName
{
border-color: #CCFF83;
}
.TagClassName
{
border-color: #CCFF83;
}
</style>