Shades of Sulu #CAF674
Tints of Sulu #CAF674
RGB
CMYK
RGB Variations
Color information
#CAF674 (or 0xCAF674) is known color: Sulu. HEX triplet: CA, F6 and 74. RGB value is (202,246,116). Sum of RGB (Red+Green+Blue) = 202+246+116=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 246 (96.48% from 255 or 43.62% from 564); Blue value is 116 (45.70% from 255 or 20.57% from 564); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF674 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF674 is #35098B. Grayscale: #DADADA. Windows color (decimal): -3475852 or 7665354. OLE color: 7665354.
HSL color Cylindrical-coordinate representation of color #CAF674: hue angle of 80.31º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CAF674 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 246 | 116 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.04 |
| HSL | 80.31º | 0.88% | 0.71% | - |
| HSV(B) | 80.31º | 0.53% | 0.96% | - |
| XYZ | 60.47 | 79.73 | 28.73 | - |
| YUV | 218.02 | 70.42 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 246 | 116 | 0.18 | 0 | 0.53 | 0.04 | 80.31 | 0.88 | 0.71 |
| Hex | CA | F6 | 74 | 12 | 0 | 35 | 4 | 50 | 58 | 47 |
| Octal | 312 | 366 | 164 | 22 | 0 | 65 | 4 | 120 | 130 | 107 |
| Binary | 11001010 | 11110110 | 1110100 | 10010 | 0 | 110101 | 100 | 1010000 | 1011000 | 1000111 |
Color Harmonies of #CAF674
Complementary color
Monochromatic Colors of #CAF674
Black with #CAF674
Text Example
Text Example
White with #CAF674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF674; }
p { color: rgb(202,246,116); }
H1.HeaderClassName
{
color: #CAF674;
}
.AnyTagClassName
{
color: #CAF674;
}
</style>
background-color css
<style>
a { background-color: #CAF674; }
a { background-color: rgb(202,246,116); }
div.DivClassName
{
background-color: #CAF674;
}
.BgClassName
{
background-color: #CAF674;
}
</style>
border-color css
<style>
span { border-color: #CAF674; }
span { border-color: rgb(202,246,116); }
td.TdClassName
{
border-color: #CAF674;
}
.TagClassName
{
border-color: #CAF674;
}
</style>