Shades of Sulu #CAF27A
Tints of Sulu #CAF27A
RGB
CMYK
RGB Variations
Color information
#CAF27A (or 0xCAF27A) is known color: Sulu. HEX triplet: CA, F2 and 7A. RGB value is (202,242,122). Sum of RGB (Red+Green+Blue) = 202+242+122=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 242 (94.92% from 255 or 42.76% from 566); Blue value is 122 (48.05% from 255 or 21.55% from 566); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF27A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF27A is #350D85. Grayscale: #D8D8D8. Windows color (decimal): -3476870 or 8057546. OLE color: 8057546.
HSL color Cylindrical-coordinate representation of color #CAF27A: hue angle of 80º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAF27A is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 242 | 122 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.05 |
| HSL | 80º | 0.82% | 0.71% | - |
| HSV(B) | 80º | 0.5% | 0.95% | - |
| XYZ | 59.62 | 77.47 | 30.22 | - |
| YUV | 216.36 | 74.75 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 242 | 122 | 0.17 | 0 | 0.50 | 0.05 | 80 | 0.82 | 0.71 |
| Hex | CA | F2 | 7A | 11 | 0 | 32 | 5 | 50 | 52 | 47 |
| Octal | 312 | 362 | 172 | 21 | 0 | 62 | 5 | 120 | 122 | 107 |
| Binary | 11001010 | 11110010 | 1111010 | 10001 | 0 | 110010 | 101 | 1010000 | 1010010 | 1000111 |
Color Harmonies of #CAF27A
Complementary color
Monochromatic Colors of #CAF27A
Black with #CAF27A
Text Example
Text Example
White with #CAF27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF27A; }
p { color: rgb(202,242,122); }
H1.HeaderClassName
{
color: #CAF27A;
}
.AnyTagClassName
{
color: #CAF27A;
}
</style>
background-color css
<style>
a { background-color: #CAF27A; }
a { background-color: rgb(202,242,122); }
div.DivClassName
{
background-color: #CAF27A;
}
.BgClassName
{
background-color: #CAF27A;
}
</style>
border-color css
<style>
span { border-color: #CAF27A; }
span { border-color: rgb(202,242,122); }
td.TdClassName
{
border-color: #CAF27A;
}
.TagClassName
{
border-color: #CAF27A;
}
</style>