Shades of Sulu #CAE78D
Tints of Sulu #CAE78D
RGB
CMYK
RGB Variations
Color information
#CAE78D (or 0xCAE78D) is known color: Sulu. HEX triplet: CA, E7 and 8D. RGB value is (202,231,141). Sum of RGB (Red+Green+Blue) = 202+231+141=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 231 (90.62% from 255 or 40.24% from 574); Blue value is 141 (55.47% from 255 or 24.56% from 574); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE78D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE78D is #351872. Grayscale: #D4D4D4. Windows color (decimal): -3479667 or 9299914. OLE color: 9299914.
HSL color Cylindrical-coordinate representation of color #CAE78D: hue angle of 79.33º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CAE78D is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 231 | 141 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.09 |
| HSL | 79.33º | 0.65% | 0.73% | - |
| HSV(B) | 79.33º | 0.39% | 0.91% | - |
| XYZ | 57.74 | 71.63 | 35.98 | - |
| YUV | 212.07 | 87.89 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 231 | 141 | 0.13 | 0 | 0.39 | 0.09 | 79.33 | 0.65 | 0.73 |
| Hex | CA | E7 | 8D | D | 0 | 27 | 9 | 4F | 41 | 49 |
| Octal | 312 | 347 | 215 | 15 | 0 | 47 | 11 | 117 | 101 | 111 |
| Binary | 11001010 | 11100111 | 10001101 | 1101 | 0 | 100111 | 1001 | 1001111 | 1000001 | 1001001 |
Color Harmonies of #CAE78D
Complementary color
Monochromatic Colors of #CAE78D
Black with #CAE78D
Text Example
Text Example
White with #CAE78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE78D; }
p { color: rgb(202,231,141); }
H1.HeaderClassName
{
color: #CAE78D;
}
.AnyTagClassName
{
color: #CAE78D;
}
</style>
background-color css
<style>
a { background-color: #CAE78D; }
a { background-color: rgb(202,231,141); }
div.DivClassName
{
background-color: #CAE78D;
}
.BgClassName
{
background-color: #CAE78D;
}
</style>
border-color css
<style>
span { border-color: #CAE78D; }
span { border-color: rgb(202,231,141); }
td.TdClassName
{
border-color: #CAE78D;
}
.TagClassName
{
border-color: #CAE78D;
}
</style>