Shades of Apple #68CA30
Tints of Apple #68CA30
RGB
CMYK
RGB Variations
Color information
#68CA30 (or 0x68CA30) is known color: Apple. HEX triplet: 68, CA and 30. RGB value is (104,202,48). Sum of RGB (Red+Green+Blue) = 104+202+48=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 202 (79.30% from 255 or 57.06% from 354); Blue value is 48 (19.14% from 255 or 13.56% from 354); Max value from RGB is 202 - color contains mainly: green. Hex color #68CA30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68CA30 is #9735CF. Grayscale: #9B9B9B. Windows color (decimal): -9909712 or 3197544. OLE color: 3197544.
HSL color Cylindrical-coordinate representation of color #68CA30: hue angle of 98.18º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #68CA30 is Cyan = 0.49, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 202 | 48 | - |
| CMYK | 0.49 | 0 | 0.76 | 0.21 |
| HSL | 98.18º | 0.62% | 0.49% | - |
| HSV(B) | 98.18º | 0.76% | 0.79% | - |
| XYZ | 27.36 | 45.4 | 10.12 | - |
| YUV | 155.14 | 67.53 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 202 | 48 | 0.49 | 0 | 0.76 | 0.21 | 98.18 | 0.62 | 0.49 |
| Hex | 68 | CA | 30 | 31 | 0 | 4C | 15 | 62 | 3E | 31 |
| Octal | 150 | 312 | 60 | 61 | 0 | 114 | 25 | 142 | 76 | 61 |
| Binary | 1101000 | 11001010 | 110000 | 110001 | 0 | 1001100 | 10101 | 1100010 | 111110 | 110001 |
Color Harmonies of #68CA30
Complementary color
Monochromatic Colors of #68CA30
Black with #68CA30
Text Example
Text Example
White with #68CA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CA30; }
p { color: rgb(104,202,48); }
H1.HeaderClassName
{
color: #68CA30;
}
.AnyTagClassName
{
color: #68CA30;
}
</style>
background-color css
<style>
a { background-color: #68CA30; }
a { background-color: rgb(104,202,48); }
div.DivClassName
{
background-color: #68CA30;
}
.BgClassName
{
background-color: #68CA30;
}
</style>
border-color css
<style>
span { border-color: #68CA30; }
span { border-color: rgb(104,202,48); }
td.TdClassName
{
border-color: #68CA30;
}
.TagClassName
{
border-color: #68CA30;
}
</style>