Shades of Sulu #CAE77D
Tints of Sulu #CAE77D
RGB
CMYK
RGB Variations
Color information
#CAE77D (or 0xCAE77D) is known color: Sulu. HEX triplet: CA, E7 and 7D. RGB value is (202,231,125). Sum of RGB (Red+Green+Blue) = 202+231+125=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 231 (90.62% from 255 or 41.40% from 558); Blue value is 125 (49.22% from 255 or 22.40% from 558); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE77D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE77D is #351882. Grayscale: #D2D2D2. Windows color (decimal): -3479683 or 8251338. OLE color: 8251338.
HSL color Cylindrical-coordinate representation of color #CAE77D: hue angle of 76.42º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CAE77D is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 231 | 125 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.09 |
| HSL | 76.42º | 0.69% | 0.7% | - |
| HSV(B) | 76.42º | 0.46% | 0.91% | - |
| XYZ | 56.63 | 71.19 | 30.16 | - |
| YUV | 210.25 | 79.89 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 231 | 125 | 0.13 | 0 | 0.46 | 0.09 | 76.42 | 0.69 | 0.7 |
| Hex | CA | E7 | 7D | D | 0 | 2E | 9 | 4C | 45 | 46 |
| Octal | 312 | 347 | 175 | 15 | 0 | 56 | 11 | 114 | 105 | 106 |
| Binary | 11001010 | 11100111 | 1111101 | 1101 | 0 | 101110 | 1001 | 1001100 | 1000101 | 1000110 |
Color Harmonies of #CAE77D
Complementary color
Monochromatic Colors of #CAE77D
Black with #CAE77D
Text Example
Text Example
White with #CAE77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE77D; }
p { color: rgb(202,231,125); }
H1.HeaderClassName
{
color: #CAE77D;
}
.AnyTagClassName
{
color: #CAE77D;
}
</style>
background-color css
<style>
a { background-color: #CAE77D; }
a { background-color: rgb(202,231,125); }
div.DivClassName
{
background-color: #CAE77D;
}
.BgClassName
{
background-color: #CAE77D;
}
</style>
border-color css
<style>
span { border-color: #CAE77D; }
span { border-color: rgb(202,231,125); }
td.TdClassName
{
border-color: #CAE77D;
}
.TagClassName
{
border-color: #CAE77D;
}
</style>