Shades of Sulu #CAF38C
Tints of Sulu #CAF38C
RGB
CMYK
RGB Variations
Color information
#CAF38C (or 0xCAF38C) is known color: Sulu. HEX triplet: CA, F3 and 8C. RGB value is (202,243,140). Sum of RGB (Red+Green+Blue) = 202+243+140=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 243 (95.31% from 255 or 41.54% from 585); Blue value is 140 (55.08% from 255 or 23.93% from 585); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF38C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF38C is #350C73. Grayscale: #DBDBDB. Windows color (decimal): -3476596 or 9237450. OLE color: 9237450.
HSL color Cylindrical-coordinate representation of color #CAF38C: hue angle of 83.88º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CAF38C is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 243 | 140 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.05 |
| HSL | 83.88º | 0.81% | 0.75% | - |
| HSV(B) | 83.88º | 0.42% | 0.95% | - |
| XYZ | 61.14 | 78.55 | 36.75 | - |
| YUV | 219 | 83.42 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 243 | 140 | 0.17 | 0 | 0.42 | 0.05 | 83.88 | 0.81 | 0.75 |
| Hex | CA | F3 | 8C | 11 | 0 | 2A | 5 | 54 | 51 | 4B |
| Octal | 312 | 363 | 214 | 21 | 0 | 52 | 5 | 124 | 121 | 113 |
| Binary | 11001010 | 11110011 | 10001100 | 10001 | 0 | 101010 | 101 | 1010100 | 1010001 | 1001011 |
Color Harmonies of #CAF38C
Complementary color
Monochromatic Colors of #CAF38C
Black with #CAF38C
Text Example
Text Example
White with #CAF38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF38C; }
p { color: rgb(202,243,140); }
H1.HeaderClassName
{
color: #CAF38C;
}
.AnyTagClassName
{
color: #CAF38C;
}
</style>
background-color css
<style>
a { background-color: #CAF38C; }
a { background-color: rgb(202,243,140); }
div.DivClassName
{
background-color: #CAF38C;
}
.BgClassName
{
background-color: #CAF38C;
}
</style>
border-color css
<style>
span { border-color: #CAF38C; }
span { border-color: rgb(202,243,140); }
td.TdClassName
{
border-color: #CAF38C;
}
.TagClassName
{
border-color: #CAF38C;
}
</style>