Shades of Apple #69CC31
Tints of Apple #69CC31
RGB
CMYK
RGB Variations
Color information
#69CC31 (or 0x69CC31) is known color: Apple. HEX triplet: 69, CC and 31. RGB value is (105,204,49). Sum of RGB (Red+Green+Blue) = 105+204+49=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 204 (80.08% from 255 or 56.98% from 358); Blue value is 49 (19.53% from 255 or 13.69% from 358); Max value from RGB is 204 - color contains mainly: green. Hex color #69CC31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69CC31 is #9633CE. Grayscale: #9D9D9D. Windows color (decimal): -9843663 or 3263593. OLE color: 3263593.
HSL color Cylindrical-coordinate representation of color #69CC31: hue angle of 98.32º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #69CC31 is Cyan = 0.49, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 204 | 49 | - |
| CMYK | 0.49 | 0 | 0.76 | 0.2 |
| HSL | 98.32º | 0.61% | 0.5% | - |
| HSV(B) | 98.32º | 0.76% | 0.8% | - |
| XYZ | 27.97 | 46.41 | 10.39 | - |
| YUV | 156.73 | 67.2 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 204 | 49 | 0.49 | 0 | 0.76 | 0.2 | 98.32 | 0.61 | 0.5 |
| Hex | 69 | CC | 31 | 31 | 0 | 4C | 14 | 62 | 3D | 32 |
| Octal | 151 | 314 | 61 | 61 | 0 | 114 | 24 | 142 | 75 | 62 |
| Binary | 1101001 | 11001100 | 110001 | 110001 | 0 | 1001100 | 10100 | 1100010 | 111101 | 110010 |
Color Harmonies of #69CC31
Complementary color
Monochromatic Colors of #69CC31
Black with #69CC31
Text Example
Text Example
White with #69CC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CC31; }
p { color: rgb(105,204,49); }
H1.HeaderClassName
{
color: #69CC31;
}
.AnyTagClassName
{
color: #69CC31;
}
</style>
background-color css
<style>
a { background-color: #69CC31; }
a { background-color: rgb(105,204,49); }
div.DivClassName
{
background-color: #69CC31;
}
.BgClassName
{
background-color: #69CC31;
}
</style>
border-color css
<style>
span { border-color: #69CC31; }
span { border-color: rgb(105,204,49); }
td.TdClassName
{
border-color: #69CC31;
}
.TagClassName
{
border-color: #69CC31;
}
</style>