Shades of Sulu #CAF26B
Tints of Sulu #CAF26B
RGB
CMYK
RGB Variations
Color information
#CAF26B (or 0xCAF26B) is known color: Sulu. HEX triplet: CA, F2 and 6B. RGB value is (202,242,107). Sum of RGB (Red+Green+Blue) = 202+242+107=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 242 (94.92% from 255 or 43.92% from 551); Blue value is 107 (42.19% from 255 or 19.42% from 551); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF26B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF26B is #350D94. Grayscale: #D7D7D7. Windows color (decimal): -3476885 or 7074506. OLE color: 7074506.
HSL color Cylindrical-coordinate representation of color #CAF26B: hue angle of 77.78º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CAF26B is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 242 | 107 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.05 |
| HSL | 77.78º | 0.84% | 0.68% | - |
| HSV(B) | 77.78º | 0.56% | 0.95% | - |
| XYZ | 58.76 | 77.12 | 25.7 | - |
| YUV | 214.65 | 67.25 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 242 | 107 | 0.17 | 0 | 0.56 | 0.05 | 77.78 | 0.84 | 0.68 |
| Hex | CA | F2 | 6B | 11 | 0 | 38 | 5 | 4E | 54 | 44 |
| Octal | 312 | 362 | 153 | 21 | 0 | 70 | 5 | 116 | 124 | 104 |
| Binary | 11001010 | 11110010 | 1101011 | 10001 | 0 | 111000 | 101 | 1001110 | 1010100 | 1000100 |
Color Harmonies of #CAF26B
Complementary color
Monochromatic Colors of #CAF26B
Black with #CAF26B
Text Example
Text Example
White with #CAF26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF26B; }
p { color: rgb(202,242,107); }
H1.HeaderClassName
{
color: #CAF26B;
}
.AnyTagClassName
{
color: #CAF26B;
}
</style>
background-color css
<style>
a { background-color: #CAF26B; }
a { background-color: rgb(202,242,107); }
div.DivClassName
{
background-color: #CAF26B;
}
.BgClassName
{
background-color: #CAF26B;
}
</style>
border-color css
<style>
span { border-color: #CAF26B; }
span { border-color: rgb(202,242,107); }
td.TdClassName
{
border-color: #CAF26B;
}
.TagClassName
{
border-color: #CAF26B;
}
</style>