Shades of Sulu #CFE382
Tints of Sulu #CFE382
RGB
CMYK
RGB Variations
Color information
#CFE382 (or 0xCFE382) is known color: Sulu. HEX triplet: CF, E3 and 82. RGB value is (207,227,130). Sum of RGB (Red+Green+Blue) = 207+227+130=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 227 (89.06% from 255 or 40.25% from 564); Blue value is 130 (51.17% from 255 or 23.05% from 564); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE382 is #301C7D. Grayscale: #D2D2D2. Windows color (decimal): -3153022 or 8577999. OLE color: 8577999.
HSL color Cylindrical-coordinate representation of color #CFE382: hue angle of 72.37º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFE382 is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 130 | - |
| CMYK | 0.09 | 0 | 0.43 | 0.11 |
| HSL | 72.37º | 0.63% | 0.7% | - |
| HSV(B) | 72.37º | 0.43% | 0.89% | - |
| XYZ | 57.23 | 69.82 | 31.58 | - |
| YUV | 209.96 | 82.87 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 130 | 0.09 | 0 | 0.43 | 0.11 | 72.37 | 0.63 | 0.7 |
| Hex | CF | E3 | 82 | 9 | 0 | 2B | B | 48 | 3F | 46 |
| Octal | 317 | 343 | 202 | 11 | 0 | 53 | 13 | 110 | 77 | 106 |
| Binary | 11001111 | 11100011 | 10000010 | 1001 | 0 | 101011 | 1011 | 1001000 | 111111 | 1000110 |
Color Harmonies of #CFE382
Complementary color
Monochromatic Colors of #CFE382
Black with #CFE382
Text Example
Text Example
White with #CFE382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE382; }
p { color: rgb(207,227,130); }
H1.HeaderClassName
{
color: #CFE382;
}
.AnyTagClassName
{
color: #CFE382;
}
</style>
background-color css
<style>
a { background-color: #CFE382; }
a { background-color: rgb(207,227,130); }
div.DivClassName
{
background-color: #CFE382;
}
.BgClassName
{
background-color: #CFE382;
}
</style>
border-color css
<style>
span { border-color: #CFE382; }
span { border-color: rgb(207,227,130); }
td.TdClassName
{
border-color: #CFE382;
}
.TagClassName
{
border-color: #CFE382;
}
</style>