Shades of Sulu #CAEA7B
Tints of Sulu #CAEA7B
RGB
CMYK
RGB Variations
Color information
#CAEA7B (or 0xCAEA7B) is known color: Sulu. HEX triplet: CA, EA and 7B. RGB value is (202,234,123). Sum of RGB (Red+Green+Blue) = 202+234+123=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 234 (91.80% from 255 or 41.86% from 559); Blue value is 123 (48.44% from 255 or 22.00% from 559); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEA7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAEA7B is #351584. Grayscale: #D4D4D4. Windows color (decimal): -3478917 or 8121034. OLE color: 8121034.
HSL color Cylindrical-coordinate representation of color #CAEA7B: hue angle of 77.3º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CAEA7B is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 234 | 123 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.08 |
| HSL | 77.3º | 0.73% | 0.7% | - |
| HSV(B) | 77.3º | 0.47% | 0.92% | - |
| XYZ | 57.36 | 72.83 | 29.77 | - |
| YUV | 211.78 | 77.9 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 234 | 123 | 0.14 | 0 | 0.47 | 0.08 | 77.3 | 0.73 | 0.7 |
| Hex | CA | EA | 7B | E | 0 | 2F | 8 | 4D | 49 | 46 |
| Octal | 312 | 352 | 173 | 16 | 0 | 57 | 10 | 115 | 111 | 106 |
| Binary | 11001010 | 11101010 | 1111011 | 1110 | 0 | 101111 | 1000 | 1001101 | 1001001 | 1000110 |
Color Harmonies of #CAEA7B
Complementary color
Monochromatic Colors of #CAEA7B
Black with #CAEA7B
Text Example
Text Example
White with #CAEA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEA7B; }
p { color: rgb(202,234,123); }
H1.HeaderClassName
{
color: #CAEA7B;
}
.AnyTagClassName
{
color: #CAEA7B;
}
</style>
background-color css
<style>
a { background-color: #CAEA7B; }
a { background-color: rgb(202,234,123); }
div.DivClassName
{
background-color: #CAEA7B;
}
.BgClassName
{
background-color: #CAEA7B;
}
</style>
border-color css
<style>
span { border-color: #CAEA7B; }
span { border-color: rgb(202,234,123); }
td.TdClassName
{
border-color: #CAEA7B;
}
.TagClassName
{
border-color: #CAEA7B;
}
</style>