Shades of Apple #6FCF38
Tints of Apple #6FCF38
RGB
CMYK
RGB Variations
Color information
#6FCF38 (or 0x6FCF38) is known color: Apple. HEX triplet: 6F, CF and 38. RGB value is (111,207,56). Sum of RGB (Red+Green+Blue) = 111+207+56=374 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.68% from 374); Green value is 207 (81.25% from 255 or 55.35% from 374); Blue value is 56 (22.27% from 255 or 14.97% from 374); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCF38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCF38 is #9030C7. Grayscale: #A1A1A1. Windows color (decimal): -9449672 or 3723119. OLE color: 3723119.
HSL color Cylindrical-coordinate representation of color #6FCF38: hue angle of 98.15º 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 #6FCF38 is Cyan = 0.46, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 207 | 56 | - |
| CMYK | 0.46 | 0 | 0.73 | 0.19 |
| HSL | 98.15º | 0.61% | 0.52% | - |
| HSV(B) | 98.15º | 0.73% | 0.81% | - |
| XYZ | 29.58 | 48.29 | 11.5 | - |
| YUV | 161.08 | 68.7 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 207 | 56 | 0.46 | 0 | 0.73 | 0.19 | 98.15 | 0.61 | 0.52 |
| Hex | 6F | CF | 38 | 2E | 0 | 49 | 13 | 62 | 3D | 34 |
| Octal | 157 | 317 | 70 | 56 | 0 | 111 | 23 | 142 | 75 | 64 |
| Binary | 1101111 | 11001111 | 111000 | 101110 | 0 | 1001001 | 10011 | 1100010 | 111101 | 110100 |
Color Harmonies of #6FCF38
Complementary color
Monochromatic Colors of #6FCF38
Black with #6FCF38
Text Example
Text Example
White with #6FCF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCF38; }
p { color: rgb(111,207,56); }
H1.HeaderClassName
{
color: #6FCF38;
}
.AnyTagClassName
{
color: #6FCF38;
}
</style>
background-color css
<style>
a { background-color: #6FCF38; }
a { background-color: rgb(111,207,56); }
div.DivClassName
{
background-color: #6FCF38;
}
.BgClassName
{
background-color: #6FCF38;
}
</style>
border-color css
<style>
span { border-color: #6FCF38; }
span { border-color: rgb(111,207,56); }
td.TdClassName
{
border-color: #6FCF38;
}
.TagClassName
{
border-color: #6FCF38;
}
</style>