Shades of Sulu #CCE38F
Tints of Sulu #CCE38F
RGB
CMYK
RGB Variations
Color information
#CCE38F (or 0xCCE38F) is known color: Sulu. HEX triplet: CC, E3 and 8F. RGB value is (204,227,143). Sum of RGB (Red+Green+Blue) = 204+227+143=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 227 (89.06% from 255 or 39.55% from 574); Blue value is 143 (56.25% from 255 or 24.91% from 574); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE38F is #331C70. Grayscale: #D2D2D2. Windows color (decimal): -3349617 or 9429964. OLE color: 9429964.
HSL color Cylindrical-coordinate representation of color #CCE38F: hue angle of 76.43º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCE38F is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 143 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.11 |
| HSL | 76.43º | 0.6% | 0.73% | - |
| HSV(B) | 76.43º | 0.37% | 0.89% | - |
| XYZ | 57.33 | 69.76 | 36.43 | - |
| YUV | 210.55 | 89.88 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 143 | 0.10 | 0 | 0.37 | 0.11 | 76.43 | 0.6 | 0.73 |
| Hex | CC | E3 | 8F | A | 0 | 25 | B | 4C | 3C | 49 |
| Octal | 314 | 343 | 217 | 12 | 0 | 45 | 13 | 114 | 74 | 111 |
| Binary | 11001100 | 11100011 | 10001111 | 1010 | 0 | 100101 | 1011 | 1001100 | 111100 | 1001001 |
Color Harmonies of #CCE38F
Complementary color
Monochromatic Colors of #CCE38F
Black with #CCE38F
Text Example
Text Example
White with #CCE38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE38F; }
p { color: rgb(204,227,143); }
H1.HeaderClassName
{
color: #CCE38F;
}
.AnyTagClassName
{
color: #CCE38F;
}
</style>
background-color css
<style>
a { background-color: #CCE38F; }
a { background-color: rgb(204,227,143); }
div.DivClassName
{
background-color: #CCE38F;
}
.BgClassName
{
background-color: #CCE38F;
}
</style>
border-color css
<style>
span { border-color: #CCE38F; }
span { border-color: rgb(204,227,143); }
td.TdClassName
{
border-color: #CCE38F;
}
.TagClassName
{
border-color: #CCE38F;
}
</style>