Shades of Apple #66DF31
Tints of Apple #66DF31
RGB
CMYK
RGB Variations
Color information
#66DF31 (or 0x66DF31) is known color: Apple. HEX triplet: 66, DF and 31. RGB value is (102,223,49). Sum of RGB (Red+Green+Blue) = 102+223+49=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 223 (87.5% from 255 or 59.63% from 374); Blue value is 49 (19.53% from 255 or 13.10% from 374); Max value from RGB is 223 - color contains mainly: green. Hex color #66DF31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66DF31 is #9920CE. Grayscale: #A7A7A7. Windows color (decimal): -10035407 or 3268454. OLE color: 3268454.
HSL color Cylindrical-coordinate representation of color #66DF31: hue angle of 101.72º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #66DF31 is Cyan = 0.54, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 223 | 49 | - |
| CMYK | 0.54 | 0 | 0.78 | 0.13 |
| HSL | 101.72º | 0.73% | 0.53% | - |
| HSV(B) | 101.72º | 0.78% | 0.87% | - |
| XYZ | 32.42 | 55.82 | 11.97 | - |
| YUV | 166.99 | 61.41 | 81.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 223 | 49 | 0.54 | 0 | 0.78 | 0.13 | 101.72 | 0.73 | 0.53 |
| Hex | 66 | DF | 31 | 36 | 0 | 4E | D | 66 | 49 | 35 |
| Octal | 146 | 337 | 61 | 66 | 0 | 116 | 15 | 146 | 111 | 65 |
| Binary | 1100110 | 11011111 | 110001 | 110110 | 0 | 1001110 | 1101 | 1100110 | 1001001 | 110101 |
Color Harmonies of #66DF31
Complementary color
Monochromatic Colors of #66DF31
Black with #66DF31
Text Example
Text Example
White with #66DF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DF31; }
p { color: rgb(102,223,49); }
H1.HeaderClassName
{
color: #66DF31;
}
.AnyTagClassName
{
color: #66DF31;
}
</style>
background-color css
<style>
a { background-color: #66DF31; }
a { background-color: rgb(102,223,49); }
div.DivClassName
{
background-color: #66DF31;
}
.BgClassName
{
background-color: #66DF31;
}
</style>
border-color css
<style>
span { border-color: #66DF31; }
span { border-color: rgb(102,223,49); }
td.TdClassName
{
border-color: #66DF31;
}
.TagClassName
{
border-color: #66DF31;
}
</style>