Shades of Sulu #CAFE7B
Tints of Sulu #CAFE7B
RGB
CMYK
RGB Variations
Color information
#CAFE7B (or 0xCAFE7B) is known color: Sulu. HEX triplet: CA, FE and 7B. RGB value is (202,254,123). Sum of RGB (Red+Green+Blue) = 202+254+123=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 254 (99.61% from 255 or 43.87% from 579); Blue value is 123 (48.44% from 255 or 21.24% from 579); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAFE7B is #350184. Grayscale: #DFDFDF. Windows color (decimal): -3473797 or 8126154. OLE color: 8126154.
HSL color Cylindrical-coordinate representation of color #CAFE7B: hue angle of 83.82º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CAFE7B is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 254 | 123 | - |
| CMYK | 0.20 | 0 | 0.52 | 0.00 |
| HSL | 83.82º | 0.98% | 0.74% | - |
| HSV(B) | 83.82º | 0.52% | 1% | - |
| XYZ | 63.37 | 84.87 | 31.78 | - |
| YUV | 223.52 | 71.27 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 254 | 123 | 0.20 | 0 | 0.52 | 0.00 | 83.82 | 0.98 | 0.74 |
| Hex | CA | FE | 7B | 14 | 0 | 34 | 0 | 54 | 62 | 4A |
| Octal | 312 | 376 | 173 | 24 | 0 | 64 | 0 | 124 | 142 | 112 |
| Binary | 11001010 | 11111110 | 1111011 | 10100 | 0 | 110100 | 0 | 1010100 | 1100010 | 1001010 |
Color Harmonies of #CAFE7B
Complementary color
Monochromatic Colors of #CAFE7B
Black with #CAFE7B
Text Example
Text Example
White with #CAFE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFE7B; }
p { color: rgb(202,254,123); }
H1.HeaderClassName
{
color: #CAFE7B;
}
.AnyTagClassName
{
color: #CAFE7B;
}
</style>
background-color css
<style>
a { background-color: #CAFE7B; }
a { background-color: rgb(202,254,123); }
div.DivClassName
{
background-color: #CAFE7B;
}
.BgClassName
{
background-color: #CAFE7B;
}
</style>
border-color css
<style>
span { border-color: #CAFE7B; }
span { border-color: rgb(202,254,123); }
td.TdClassName
{
border-color: #CAFE7B;
}
.TagClassName
{
border-color: #CAFE7B;
}
</style>