Shades of Apple #6ACF38
Tints of Apple #6ACF38
RGB
CMYK
RGB Variations
Color information
#6ACF38 (or 0x6ACF38) is known color: Apple. HEX triplet: 6A, CF and 38. RGB value is (106,207,56). Sum of RGB (Red+Green+Blue) = 106+207+56=369 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.73% from 369); Green value is 207 (81.25% from 255 or 56.10% from 369); Blue value is 56 (22.27% from 255 or 15.18% from 369); Max value from RGB is 207 - color contains mainly: green. Hex color #6ACF38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ACF38 is #9530C7. Grayscale: #A0A0A0. Windows color (decimal): -9777352 or 3723114. OLE color: 3723114.
HSL color Cylindrical-coordinate representation of color #6ACF38: hue angle of 100.13º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6ACF38 is Cyan = 0.49, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 207 | 56 | - |
| CMYK | 0.49 | 0 | 0.73 | 0.19 |
| HSL | 100.13º | 0.61% | 0.52% | - |
| HSV(B) | 100.13º | 0.73% | 0.81% | - |
| XYZ | 28.97 | 47.98 | 11.47 | - |
| YUV | 159.59 | 69.54 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 207 | 56 | 0.49 | 0 | 0.73 | 0.19 | 100.13 | 0.61 | 0.52 |
| Hex | 6A | CF | 38 | 31 | 0 | 49 | 13 | 64 | 3D | 34 |
| Octal | 152 | 317 | 70 | 61 | 0 | 111 | 23 | 144 | 75 | 64 |
| Binary | 1101010 | 11001111 | 111000 | 110001 | 0 | 1001001 | 10011 | 1100100 | 111101 | 110100 |
Color Harmonies of #6ACF38
Complementary color
Monochromatic Colors of #6ACF38
Black with #6ACF38
Text Example
Text Example
White with #6ACF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACF38; }
p { color: rgb(106,207,56); }
H1.HeaderClassName
{
color: #6ACF38;
}
.AnyTagClassName
{
color: #6ACF38;
}
</style>
background-color css
<style>
a { background-color: #6ACF38; }
a { background-color: rgb(106,207,56); }
div.DivClassName
{
background-color: #6ACF38;
}
.BgClassName
{
background-color: #6ACF38;
}
</style>
border-color css
<style>
span { border-color: #6ACF38; }
span { border-color: rgb(106,207,56); }
td.TdClassName
{
border-color: #6ACF38;
}
.TagClassName
{
border-color: #6ACF38;
}
</style>