Shades of Apple #69C333
Tints of Apple #69C333
RGB
CMYK
RGB Variations
Color information
#69C333 (or 0x69C333) is known color: Apple. HEX triplet: 69, C3 and 33. RGB value is (105,195,51). Sum of RGB (Red+Green+Blue) = 105+195+51=351 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.91% from 351); Green value is 195 (76.56% from 255 or 55.56% from 351); Blue value is 51 (20.31% from 255 or 14.53% from 351); Max value from RGB is 195 - color contains mainly: green. Hex color #69C333 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C333 is #963CCC. Grayscale: #989898. Windows color (decimal): -9845965 or 3392361. OLE color: 3392361.
HSL color Cylindrical-coordinate representation of color #69C333: hue angle of 97.5º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #69C333 is Cyan = 0.46, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 195 | 51 | - |
| CMYK | 0.46 | 0 | 0.74 | 0.24 |
| HSL | 97.5º | 0.59% | 0.48% | - |
| HSV(B) | 97.5º | 0.74% | 0.76% | - |
| XYZ | 25.94 | 42.27 | 9.92 | - |
| YUV | 151.67 | 71.18 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 195 | 51 | 0.46 | 0 | 0.74 | 0.24 | 97.5 | 0.59 | 0.48 |
| Hex | 69 | C3 | 33 | 2E | 0 | 4A | 18 | 62 | 3B | 30 |
| Octal | 151 | 303 | 63 | 56 | 0 | 112 | 30 | 142 | 73 | 60 |
| Binary | 1101001 | 11000011 | 110011 | 101110 | 0 | 1001010 | 11000 | 1100010 | 111011 | 110000 |
Color Harmonies of #69C333
Complementary color
Monochromatic Colors of #69C333
Black with #69C333
Text Example
Text Example
White with #69C333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C333; }
p { color: rgb(105,195,51); }
H1.HeaderClassName
{
color: #69C333;
}
.AnyTagClassName
{
color: #69C333;
}
</style>
background-color css
<style>
a { background-color: #69C333; }
a { background-color: rgb(105,195,51); }
div.DivClassName
{
background-color: #69C333;
}
.BgClassName
{
background-color: #69C333;
}
</style>
border-color css
<style>
span { border-color: #69C333; }
span { border-color: rgb(105,195,51); }
td.TdClassName
{
border-color: #69C333;
}
.TagClassName
{
border-color: #69C333;
}
</style>