Shades of Apple #66BD39
Tints of Apple #66BD39
RGB
CMYK
RGB Variations
Color information
#66BD39 (or 0x66BD39) is known color: Apple. HEX triplet: 66, BD and 39. RGB value is (102,189,57). Sum of RGB (Red+Green+Blue) = 102+189+57=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 189 (74.22% from 255 or 54.31% from 348); Blue value is 57 (22.66% from 255 or 16.38% from 348); Max value from RGB is 189 - color contains mainly: green. Hex color #66BD39 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66BD39 is #9942C6. Grayscale: #949494. Windows color (decimal): -10044103 or 3784038. OLE color: 3784038.
HSL color Cylindrical-coordinate representation of color #66BD39: hue angle of 99.55º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #66BD39 is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 189 | 57 | - |
| CMYK | 0.46 | 0 | 0.70 | 0.26 |
| HSL | 99.55º | 0.54% | 0.48% | - |
| HSV(B) | 99.55º | 0.7% | 0.74% | - |
| XYZ | 24.42 | 39.52 | 10.21 | - |
| YUV | 147.94 | 76.68 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 189 | 57 | 0.46 | 0 | 0.70 | 0.26 | 99.55 | 0.54 | 0.48 |
| Hex | 66 | BD | 39 | 2E | 0 | 46 | 1A | 64 | 36 | 30 |
| Octal | 146 | 275 | 71 | 56 | 0 | 106 | 32 | 144 | 66 | 60 |
| Binary | 1100110 | 10111101 | 111001 | 101110 | 0 | 1000110 | 11010 | 1100100 | 110110 | 110000 |
Color Harmonies of #66BD39
Complementary color
Monochromatic Colors of #66BD39
Black with #66BD39
Text Example
Text Example
White with #66BD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BD39; }
p { color: rgb(102,189,57); }
H1.HeaderClassName
{
color: #66BD39;
}
.AnyTagClassName
{
color: #66BD39;
}
</style>
background-color css
<style>
a { background-color: #66BD39; }
a { background-color: rgb(102,189,57); }
div.DivClassName
{
background-color: #66BD39;
}
.BgClassName
{
background-color: #66BD39;
}
</style>
border-color css
<style>
span { border-color: #66BD39; }
span { border-color: rgb(102,189,57); }
td.TdClassName
{
border-color: #66BD39;
}
.TagClassName
{
border-color: #66BD39;
}
</style>