Shades of Apple #5BCF43
Tints of Apple #5BCF43
RGB
CMYK
RGB Variations
Color information
#5BCF43 (or 0x5BCF43) is known color: Apple. HEX triplet: 5B, CF and 43. RGB value is (91,207,67). Sum of RGB (Red+Green+Blue) = 91+207+67=365 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.93% from 365); Green value is 207 (81.25% from 255 or 56.71% from 365); Blue value is 67 (26.56% from 255 or 18.36% from 365); Max value from RGB is 207 - color contains mainly: green. Hex color #5BCF43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BCF43 is #A430BC. Grayscale: #9C9C9C. Windows color (decimal): -10760381 or 4443995. OLE color: 4443995.
HSL color Cylindrical-coordinate representation of color #5BCF43: hue angle of 109.71º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5BCF43 is Cyan = 0.56, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 207 | 67 | - |
| CMYK | 0.56 | 0 | 0.68 | 0.19 |
| HSL | 109.71º | 0.59% | 0.54% | - |
| HSV(B) | 109.71º | 0.68% | 0.81% | - |
| XYZ | 27.64 | 47.26 | 12.97 | - |
| YUV | 156.36 | 77.57 | 81.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 207 | 67 | 0.56 | 0 | 0.68 | 0.19 | 109.71 | 0.59 | 0.54 |
| Hex | 5B | CF | 43 | 38 | 0 | 44 | 13 | 6E | 3B | 36 |
| Octal | 133 | 317 | 103 | 70 | 0 | 104 | 23 | 156 | 73 | 66 |
| Binary | 1011011 | 11001111 | 1000011 | 111000 | 0 | 1000100 | 10011 | 1101110 | 111011 | 110110 |
Color Harmonies of #5BCF43
Complementary color
Monochromatic Colors of #5BCF43
Black with #5BCF43
Text Example
Text Example
White with #5BCF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCF43; }
p { color: rgb(91,207,67); }
H1.HeaderClassName
{
color: #5BCF43;
}
.AnyTagClassName
{
color: #5BCF43;
}
</style>
background-color css
<style>
a { background-color: #5BCF43; }
a { background-color: rgb(91,207,67); }
div.DivClassName
{
background-color: #5BCF43;
}
.BgClassName
{
background-color: #5BCF43;
}
</style>
border-color css
<style>
span { border-color: #5BCF43; }
span { border-color: rgb(91,207,67); }
td.TdClassName
{
border-color: #5BCF43;
}
.TagClassName
{
border-color: #5BCF43;
}
</style>