Shades of Apple #6BCA32
Tints of Apple #6BCA32
RGB
CMYK
RGB Variations
Color information
#6BCA32 (or 0x6BCA32) is known color: Apple. HEX triplet: 6B, CA and 32. RGB value is (107,202,50). Sum of RGB (Red+Green+Blue) = 107+202+50=359 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.81% from 359); Green value is 202 (79.30% from 255 or 56.27% from 359); Blue value is 50 (19.92% from 255 or 13.93% from 359); Max value from RGB is 202 - color contains mainly: green. Hex color #6BCA32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BCA32 is #9435CD. Grayscale: #9C9C9C. Windows color (decimal): -9713102 or 3328619. OLE color: 3328619.
HSL color Cylindrical-coordinate representation of color #6BCA32: hue angle of 97.5º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6BCA32 is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 107 | 202 | 50 | - |
| CMYK | 0.47 | 0 | 0.75 | 0.21 |
| HSL | 97.5º | 0.6% | 0.49% | - |
| HSV(B) | 97.5º | 0.75% | 0.79% | - |
| XYZ | 27.76 | 45.6 | 10.36 | - |
| YUV | 156.27 | 68.03 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 202 | 50 | 0.47 | 0 | 0.75 | 0.21 | 97.5 | 0.6 | 0.49 |
| Hex | 6B | CA | 32 | 2F | 0 | 4B | 15 | 62 | 3C | 31 |
| Octal | 153 | 312 | 62 | 57 | 0 | 113 | 25 | 142 | 74 | 61 |
| Binary | 1101011 | 11001010 | 110010 | 101111 | 0 | 1001011 | 10101 | 1100010 | 111100 | 110001 |
Color Harmonies of #6BCA32
Complementary color
Monochromatic Colors of #6BCA32
Black with #6BCA32
Text Example
Text Example
White with #6BCA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCA32; }
p { color: rgb(107,202,50); }
H1.HeaderClassName
{
color: #6BCA32;
}
.AnyTagClassName
{
color: #6BCA32;
}
</style>
background-color css
<style>
a { background-color: #6BCA32; }
a { background-color: rgb(107,202,50); }
div.DivClassName
{
background-color: #6BCA32;
}
.BgClassName
{
background-color: #6BCA32;
}
</style>
border-color css
<style>
span { border-color: #6BCA32; }
span { border-color: rgb(107,202,50); }
td.TdClassName
{
border-color: #6BCA32;
}
.TagClassName
{
border-color: #6BCA32;
}
</style>