Shades of Apple #68CB38
Tints of Apple #68CB38
RGB
CMYK
RGB Variations
Color information
#68CB38 (or 0x68CB38) is known color: Apple. HEX triplet: 68, CB and 38. RGB value is (104,203,56). Sum of RGB (Red+Green+Blue) = 104+203+56=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 203 (79.69% from 255 or 55.92% from 363); Blue value is 56 (22.27% from 255 or 15.43% from 363); Max value from RGB is 203 - color contains mainly: green. Hex color #68CB38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68CB38 is #9734C7. Grayscale: #9D9D9D. Windows color (decimal): -9909448 or 3722088. OLE color: 3722088.
HSL color Cylindrical-coordinate representation of color #68CB38: hue angle of 100.41º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #68CB38 is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 203 | 56 | - |
| CMYK | 0.49 | 0 | 0.72 | 0.20 |
| HSL | 100.41º | 0.59% | 0.51% | - |
| HSV(B) | 100.41º | 0.72% | 0.8% | - |
| XYZ | 27.78 | 45.94 | 11.14 | - |
| YUV | 156.64 | 71.2 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 203 | 56 | 0.49 | 0 | 0.72 | 0.20 | 100.41 | 0.59 | 0.51 |
| Hex | 68 | CB | 38 | 31 | 0 | 48 | 14 | 64 | 3B | 33 |
| Octal | 150 | 313 | 70 | 61 | 0 | 110 | 24 | 144 | 73 | 63 |
| Binary | 1101000 | 11001011 | 111000 | 110001 | 0 | 1001000 | 10100 | 1100100 | 111011 | 110011 |
Color Harmonies of #68CB38
Complementary color
Monochromatic Colors of #68CB38
Black with #68CB38
Text Example
Text Example
White with #68CB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CB38; }
p { color: rgb(104,203,56); }
H1.HeaderClassName
{
color: #68CB38;
}
.AnyTagClassName
{
color: #68CB38;
}
</style>
background-color css
<style>
a { background-color: #68CB38; }
a { background-color: rgb(104,203,56); }
div.DivClassName
{
background-color: #68CB38;
}
.BgClassName
{
background-color: #68CB38;
}
</style>
border-color css
<style>
span { border-color: #68CB38; }
span { border-color: rgb(104,203,56); }
td.TdClassName
{
border-color: #68CB38;
}
.TagClassName
{
border-color: #68CB38;
}
</style>