Shades of Apple #6CCB31
Tints of Apple #6CCB31
RGB
CMYK
RGB Variations
Color information
#6CCB31 (or 0x6CCB31) is known color: Apple. HEX triplet: 6C, CB and 31. RGB value is (108,203,49). Sum of RGB (Red+Green+Blue) = 108+203+49=360 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30% from 360); Green value is 203 (79.69% from 255 or 56.39% from 360); Blue value is 49 (19.53% from 255 or 13.61% from 360); Max value from RGB is 203 - color contains mainly: green. Hex color #6CCB31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CCB31 is #9334CE. Grayscale: #9D9D9D. Windows color (decimal): -9647311 or 3263340. OLE color: 3263340.
HSL color Cylindrical-coordinate representation of color #6CCB31: hue angle of 97.01º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6CCB31 is Cyan = 0.47, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 203 | 49 | - |
| CMYK | 0.47 | 0 | 0.76 | 0.20 |
| HSL | 97.01º | 0.61% | 0.49% | - |
| HSV(B) | 97.01º | 0.76% | 0.8% | - |
| XYZ | 28.09 | 46.12 | 10.33 | - |
| YUV | 157.04 | 67.03 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 203 | 49 | 0.47 | 0 | 0.76 | 0.20 | 97.01 | 0.61 | 0.49 |
| Hex | 6C | CB | 31 | 2F | 0 | 4C | 14 | 61 | 3D | 31 |
| Octal | 154 | 313 | 61 | 57 | 0 | 114 | 24 | 141 | 75 | 61 |
| Binary | 1101100 | 11001011 | 110001 | 101111 | 0 | 1001100 | 10100 | 1100001 | 111101 | 110001 |
Color Harmonies of #6CCB31
Complementary color
Monochromatic Colors of #6CCB31
Black with #6CCB31
Text Example
Text Example
White with #6CCB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCB31; }
p { color: rgb(108,203,49); }
H1.HeaderClassName
{
color: #6CCB31;
}
.AnyTagClassName
{
color: #6CCB31;
}
</style>
background-color css
<style>
a { background-color: #6CCB31; }
a { background-color: rgb(108,203,49); }
div.DivClassName
{
background-color: #6CCB31;
}
.BgClassName
{
background-color: #6CCB31;
}
</style>
border-color css
<style>
span { border-color: #6CCB31; }
span { border-color: rgb(108,203,49); }
td.TdClassName
{
border-color: #6CCB31;
}
.TagClassName
{
border-color: #6CCB31;
}
</style>