Shades of Apple #6CCB30
Tints of Apple #6CCB30
RGB
CMYK
RGB Variations
Color information
#6CCB30 (or 0x6CCB30) is known color: Apple. HEX triplet: 6C, CB and 30. RGB value is (108,203,48). Sum of RGB (Red+Green+Blue) = 108+203+48=359 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.08% from 359); Green value is 203 (79.69% from 255 or 56.55% from 359); Blue value is 48 (19.14% from 255 or 13.37% from 359); Max value from RGB is 203 - color contains mainly: green. Hex color #6CCB30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CCB30 is #9334CF. Grayscale: #9D9D9D. Windows color (decimal): -9647312 or 3197804. OLE color: 3197804.
HSL color Cylindrical-coordinate representation of color #6CCB30: hue angle of 96.77º degrees, saturation: 0.62, 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 #6CCB30 is Cyan = 0.47, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 203 | 48 | - |
| CMYK | 0.47 | 0 | 0.76 | 0.20 |
| HSL | 96.77º | 0.62% | 0.49% | - |
| HSV(B) | 96.77º | 0.76% | 0.8% | - |
| XYZ | 28.07 | 46.11 | 10.22 | - |
| YUV | 156.93 | 66.53 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 203 | 48 | 0.47 | 0 | 0.76 | 0.20 | 96.77 | 0.62 | 0.49 |
| Hex | 6C | CB | 30 | 2F | 0 | 4C | 14 | 61 | 3E | 31 |
| Octal | 154 | 313 | 60 | 57 | 0 | 114 | 24 | 141 | 76 | 61 |
| Binary | 1101100 | 11001011 | 110000 | 101111 | 0 | 1001100 | 10100 | 1100001 | 111110 | 110001 |
Color Harmonies of #6CCB30
Complementary color
Monochromatic Colors of #6CCB30
Black with #6CCB30
Text Example
Text Example
White with #6CCB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCB30; }
p { color: rgb(108,203,48); }
H1.HeaderClassName
{
color: #6CCB30;
}
.AnyTagClassName
{
color: #6CCB30;
}
</style>
background-color css
<style>
a { background-color: #6CCB30; }
a { background-color: rgb(108,203,48); }
div.DivClassName
{
background-color: #6CCB30;
}
.BgClassName
{
background-color: #6CCB30;
}
</style>
border-color css
<style>
span { border-color: #6CCB30; }
span { border-color: rgb(108,203,48); }
td.TdClassName
{
border-color: #6CCB30;
}
.TagClassName
{
border-color: #6CCB30;
}
</style>