Shades of Sulu #CAF17E
Tints of Sulu #CAF17E
RGB
CMYK
RGB Variations
Color information
#CAF17E (or 0xCAF17E) is known color: Sulu. HEX triplet: CA, F1 and 7E. RGB value is (202,241,126). Sum of RGB (Red+Green+Blue) = 202+241+126=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 241 (94.53% from 255 or 42.36% from 569); Blue value is 126 (49.61% from 255 or 22.14% from 569); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF17E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF17E is #350E81. Grayscale: #D8D8D8. Windows color (decimal): -3477122 or 8319434. OLE color: 8319434.
HSL color Cylindrical-coordinate representation of color #CAF17E: hue angle of 80.35º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CAF17E is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 126 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.05 |
| HSL | 80.35º | 0.8% | 0.72% | - |
| HSV(B) | 80.35º | 0.48% | 0.95% | - |
| XYZ | 59.58 | 76.97 | 31.46 | - |
| YUV | 216.23 | 77.08 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 126 | 0.16 | 0 | 0.48 | 0.05 | 80.35 | 0.8 | 0.72 |
| Hex | CA | F1 | 7E | 10 | 0 | 30 | 5 | 50 | 50 | 48 |
| Octal | 312 | 361 | 176 | 20 | 0 | 60 | 5 | 120 | 120 | 110 |
| Binary | 11001010 | 11110001 | 1111110 | 10000 | 0 | 110000 | 101 | 1010000 | 1010000 | 1001000 |
Color Harmonies of #CAF17E
Complementary color
Monochromatic Colors of #CAF17E
Black with #CAF17E
Text Example
Text Example
White with #CAF17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF17E; }
p { color: rgb(202,241,126); }
H1.HeaderClassName
{
color: #CAF17E;
}
.AnyTagClassName
{
color: #CAF17E;
}
</style>
background-color css
<style>
a { background-color: #CAF17E; }
a { background-color: rgb(202,241,126); }
div.DivClassName
{
background-color: #CAF17E;
}
.BgClassName
{
background-color: #CAF17E;
}
</style>
border-color css
<style>
span { border-color: #CAF17E; }
span { border-color: rgb(202,241,126); }
td.TdClassName
{
border-color: #CAF17E;
}
.TagClassName
{
border-color: #CAF17E;
}
</style>