Shades of Sulu #CAF270
Tints of Sulu #CAF270
RGB
CMYK
RGB Variations
Color information
#CAF270 (or 0xCAF270) is known color: Sulu. HEX triplet: CA, F2 and 70. RGB value is (202,242,112). Sum of RGB (Red+Green+Blue) = 202+242+112=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 242 (94.92% from 255 or 43.53% from 556); Blue value is 112 (44.14% from 255 or 20.14% from 556); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF270 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF270 is #350D8F. Grayscale: #D7D7D7. Windows color (decimal): -3476880 or 7402186. OLE color: 7402186.
HSL color Cylindrical-coordinate representation of color #CAF270: hue angle of 78.46º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CAF270 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 242 | 112 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.05 |
| HSL | 78.46º | 0.83% | 0.69% | - |
| HSV(B) | 78.46º | 0.54% | 0.95% | - |
| XYZ | 59.03 | 77.23 | 27.12 | - |
| YUV | 215.22 | 69.75 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 242 | 112 | 0.17 | 0 | 0.54 | 0.05 | 78.46 | 0.83 | 0.69 |
| Hex | CA | F2 | 70 | 11 | 0 | 36 | 5 | 4E | 53 | 45 |
| Octal | 312 | 362 | 160 | 21 | 0 | 66 | 5 | 116 | 123 | 105 |
| Binary | 11001010 | 11110010 | 1110000 | 10001 | 0 | 110110 | 101 | 1001110 | 1010011 | 1000101 |
Color Harmonies of #CAF270
Complementary color
Monochromatic Colors of #CAF270
Black with #CAF270
Text Example
Text Example
White with #CAF270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF270; }
p { color: rgb(202,242,112); }
H1.HeaderClassName
{
color: #CAF270;
}
.AnyTagClassName
{
color: #CAF270;
}
</style>
background-color css
<style>
a { background-color: #CAF270; }
a { background-color: rgb(202,242,112); }
div.DivClassName
{
background-color: #CAF270;
}
.BgClassName
{
background-color: #CAF270;
}
</style>
border-color css
<style>
span { border-color: #CAF270; }
span { border-color: rgb(202,242,112); }
td.TdClassName
{
border-color: #CAF270;
}
.TagClassName
{
border-color: #CAF270;
}
</style>