Shades of Sulu #CAF18D
Tints of Sulu #CAF18D
RGB
CMYK
RGB Variations
Color information
#CAF18D (or 0xCAF18D) is known color: Sulu. HEX triplet: CA, F1 and 8D. RGB value is (202,241,141). Sum of RGB (Red+Green+Blue) = 202+241+141=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 241 (94.53% from 255 or 41.27% from 584); Blue value is 141 (55.47% from 255 or 24.14% from 584); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF18D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF18D is #350E72. Grayscale: #DADADA. Windows color (decimal): -3477107 or 9302474. OLE color: 9302474.
HSL color Cylindrical-coordinate representation of color #CAF18D: hue angle of 83.4º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CAF18D is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 141 | - |
| CMYK | 0.16 | 0 | 0.41 | 0.05 |
| HSL | 83.4º | 0.78% | 0.75% | - |
| HSV(B) | 83.4º | 0.41% | 0.95% | - |
| XYZ | 60.62 | 77.39 | 36.94 | - |
| YUV | 217.94 | 84.58 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 141 | 0.16 | 0 | 0.41 | 0.05 | 83.4 | 0.78 | 0.75 |
| Hex | CA | F1 | 8D | 10 | 0 | 29 | 5 | 53 | 4E | 4B |
| Octal | 312 | 361 | 215 | 20 | 0 | 51 | 5 | 123 | 116 | 113 |
| Binary | 11001010 | 11110001 | 10001101 | 10000 | 0 | 101001 | 101 | 1010011 | 1001110 | 1001011 |
Color Harmonies of #CAF18D
Complementary color
Monochromatic Colors of #CAF18D
Black with #CAF18D
Text Example
Text Example
White with #CAF18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF18D; }
p { color: rgb(202,241,141); }
H1.HeaderClassName
{
color: #CAF18D;
}
.AnyTagClassName
{
color: #CAF18D;
}
</style>
background-color css
<style>
a { background-color: #CAF18D; }
a { background-color: rgb(202,241,141); }
div.DivClassName
{
background-color: #CAF18D;
}
.BgClassName
{
background-color: #CAF18D;
}
</style>
border-color css
<style>
span { border-color: #CAF18D; }
span { border-color: rgb(202,241,141); }
td.TdClassName
{
border-color: #CAF18D;
}
.TagClassName
{
border-color: #CAF18D;
}
</style>