Shades of Sulu #CAE375
Tints of Sulu #CAE375
RGB
CMYK
RGB Variations
Color information
#CAE375 (or 0xCAE375) is known color: Sulu. HEX triplet: CA, E3 and 75. RGB value is (202,227,117). Sum of RGB (Red+Green+Blue) = 202+227+117=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 227 (89.06% from 255 or 41.58% from 546); Blue value is 117 (46.09% from 255 or 21.43% from 546); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE375 is #351C8A. Grayscale: #CFCFCF. Windows color (decimal): -3480715 or 7726026. OLE color: 7726026.
HSL color Cylindrical-coordinate representation of color #CAE375: hue angle of 73.64º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CAE375 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 227 | 117 | - |
| CMYK | 0.11 | 0 | 0.48 | 0.11 |
| HSL | 73.64º | 0.66% | 0.67% | - |
| HSV(B) | 73.64º | 0.48% | 0.89% | - |
| XYZ | 55.04 | 68.78 | 27.2 | - |
| YUV | 206.99 | 77.22 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 227 | 117 | 0.11 | 0 | 0.48 | 0.11 | 73.64 | 0.66 | 0.67 |
| Hex | CA | E3 | 75 | B | 0 | 30 | B | 4A | 42 | 43 |
| Octal | 312 | 343 | 165 | 13 | 0 | 60 | 13 | 112 | 102 | 103 |
| Binary | 11001010 | 11100011 | 1110101 | 1011 | 0 | 110000 | 1011 | 1001010 | 1000010 | 1000011 |
Color Harmonies of #CAE375
Complementary color
Monochromatic Colors of #CAE375
Black with #CAE375
Text Example
Text Example
White with #CAE375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE375; }
p { color: rgb(202,227,117); }
H1.HeaderClassName
{
color: #CAE375;
}
.AnyTagClassName
{
color: #CAE375;
}
</style>
background-color css
<style>
a { background-color: #CAE375; }
a { background-color: rgb(202,227,117); }
div.DivClassName
{
background-color: #CAE375;
}
.BgClassName
{
background-color: #CAE375;
}
</style>
border-color css
<style>
span { border-color: #CAE375; }
span { border-color: rgb(202,227,117); }
td.TdClassName
{
border-color: #CAE375;
}
.TagClassName
{
border-color: #CAE375;
}
</style>