Shades of Apple #66BD3D
Tints of Apple #66BD3D
RGB
CMYK
RGB Variations
Color information
#66BD3D (or 0x66BD3D) is known color: Apple. HEX triplet: 66, BD and 3D. RGB value is (102,189,61). Sum of RGB (Red+Green+Blue) = 102+189+61=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 189 (74.22% from 255 or 53.69% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 189 - color contains mainly: green. Hex color #66BD3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66BD3D is #9942C2. Grayscale: #949494. Windows color (decimal): -10044099 or 4046182. OLE color: 4046182.
HSL color Cylindrical-coordinate representation of color #66BD3D: hue angle of 100.78º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #66BD3D is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 189 | 61 | - |
| CMYK | 0.46 | 0 | 0.68 | 0.26 |
| HSL | 100.78º | 0.51% | 0.49% | - |
| HSV(B) | 100.78º | 0.68% | 0.74% | - |
| XYZ | 24.52 | 39.56 | 10.76 | - |
| YUV | 148.4 | 78.68 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 189 | 61 | 0.46 | 0 | 0.68 | 0.26 | 100.78 | 0.51 | 0.49 |
| Hex | 66 | BD | 3D | 2E | 0 | 44 | 1A | 65 | 33 | 31 |
| Octal | 146 | 275 | 75 | 56 | 0 | 104 | 32 | 145 | 63 | 61 |
| Binary | 1100110 | 10111101 | 111101 | 101110 | 0 | 1000100 | 11010 | 1100101 | 110011 | 110001 |
Color Harmonies of #66BD3D
Complementary color
Monochromatic Colors of #66BD3D
Black with #66BD3D
Text Example
Text Example
White with #66BD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BD3D; }
p { color: rgb(102,189,61); }
H1.HeaderClassName
{
color: #66BD3D;
}
.AnyTagClassName
{
color: #66BD3D;
}
</style>
background-color css
<style>
a { background-color: #66BD3D; }
a { background-color: rgb(102,189,61); }
div.DivClassName
{
background-color: #66BD3D;
}
.BgClassName
{
background-color: #66BD3D;
}
</style>
border-color css
<style>
span { border-color: #66BD3D; }
span { border-color: rgb(102,189,61); }
td.TdClassName
{
border-color: #66BD3D;
}
.TagClassName
{
border-color: #66BD3D;
}
</style>