Shades of Sulu #CAF68B
Tints of Sulu #CAF68B
RGB
CMYK
RGB Variations
Color information
#CAF68B (or 0xCAF68B) is known color: Sulu. HEX triplet: CA, F6 and 8B. RGB value is (202,246,139). Sum of RGB (Red+Green+Blue) = 202+246+139=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 246 (96.48% from 255 or 41.91% from 587); Blue value is 139 (54.69% from 255 or 23.68% from 587); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF68B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF68B is #350974. Grayscale: #DDDDDD. Windows color (decimal): -3475829 or 9172682. OLE color: 9172682.
HSL color Cylindrical-coordinate representation of color #CAF68B: hue angle of 84.67º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CAF68B is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 246 | 139 | - |
| CMYK | 0.18 | 0 | 0.43 | 0.04 |
| HSL | 84.67º | 0.86% | 0.75% | - |
| HSV(B) | 84.67º | 0.43% | 0.96% | - |
| XYZ | 61.97 | 80.33 | 36.67 | - |
| YUV | 220.65 | 81.92 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 246 | 139 | 0.18 | 0 | 0.43 | 0.04 | 84.67 | 0.86 | 0.75 |
| Hex | CA | F6 | 8B | 12 | 0 | 2B | 4 | 55 | 56 | 4B |
| Octal | 312 | 366 | 213 | 22 | 0 | 53 | 4 | 125 | 126 | 113 |
| Binary | 11001010 | 11110110 | 10001011 | 10010 | 0 | 101011 | 100 | 1010101 | 1010110 | 1001011 |
Color Harmonies of #CAF68B
Complementary color
Monochromatic Colors of #CAF68B
Black with #CAF68B
Text Example
Text Example
White with #CAF68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF68B; }
p { color: rgb(202,246,139); }
H1.HeaderClassName
{
color: #CAF68B;
}
.AnyTagClassName
{
color: #CAF68B;
}
</style>
background-color css
<style>
a { background-color: #CAF68B; }
a { background-color: rgb(202,246,139); }
div.DivClassName
{
background-color: #CAF68B;
}
.BgClassName
{
background-color: #CAF68B;
}
</style>
border-color css
<style>
span { border-color: #CAF68B; }
span { border-color: rgb(202,246,139); }
td.TdClassName
{
border-color: #CAF68B;
}
.TagClassName
{
border-color: #CAF68B;
}
</style>