Shades of Sulu #CAE67B
Tints of Sulu #CAE67B
RGB
CMYK
RGB Variations
Color information
#CAE67B (or 0xCAE67B) is known color: Sulu. HEX triplet: CA, E6 and 7B. RGB value is (202,230,123). Sum of RGB (Red+Green+Blue) = 202+230+123=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 230 (90.23% from 255 or 41.44% from 555); Blue value is 123 (48.44% from 255 or 22.16% from 555); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE67B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE67B is #351984. Grayscale: #D1D1D1. Windows color (decimal): -3479941 or 8120010. OLE color: 8120010.
HSL color Cylindrical-coordinate representation of color #CAE67B: hue angle of 75.7º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CAE67B is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 230 | 123 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.10 |
| HSL | 75.7º | 0.68% | 0.69% | - |
| HSV(B) | 75.7º | 0.47% | 0.9% | - |
| XYZ | 56.23 | 70.58 | 29.4 | - |
| YUV | 209.43 | 79.22 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 230 | 123 | 0.12 | 0 | 0.47 | 0.10 | 75.7 | 0.68 | 0.69 |
| Hex | CA | E6 | 7B | C | 0 | 2F | A | 4C | 44 | 45 |
| Octal | 312 | 346 | 173 | 14 | 0 | 57 | 12 | 114 | 104 | 105 |
| Binary | 11001010 | 11100110 | 1111011 | 1100 | 0 | 101111 | 1010 | 1001100 | 1000100 | 1000101 |
Color Harmonies of #CAE67B
Complementary color
Monochromatic Colors of #CAE67B
Black with #CAE67B
Text Example
Text Example
White with #CAE67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE67B; }
p { color: rgb(202,230,123); }
H1.HeaderClassName
{
color: #CAE67B;
}
.AnyTagClassName
{
color: #CAE67B;
}
</style>
background-color css
<style>
a { background-color: #CAE67B; }
a { background-color: rgb(202,230,123); }
div.DivClassName
{
background-color: #CAE67B;
}
.BgClassName
{
background-color: #CAE67B;
}
</style>
border-color css
<style>
span { border-color: #CAE67B; }
span { border-color: rgb(202,230,123); }
td.TdClassName
{
border-color: #CAE67B;
}
.TagClassName
{
border-color: #CAE67B;
}
</style>