Shades of Apple #65CB33
Tints of Apple #65CB33
RGB
CMYK
RGB Variations
Color information
#65CB33 (or 0x65CB33) is known color: Apple. HEX triplet: 65, CB and 33. RGB value is (101,203,51). Sum of RGB (Red+Green+Blue) = 101+203+51=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 203 (79.69% from 255 or 57.18% from 355); Blue value is 51 (20.31% from 255 or 14.37% from 355); Max value from RGB is 203 - color contains mainly: green. Hex color #65CB33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65CB33 is #9A34CC. Grayscale: #9B9B9B. Windows color (decimal): -10106061 or 3394405. OLE color: 3394405.
HSL color Cylindrical-coordinate representation of color #65CB33: hue angle of 100.26º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #65CB33 is Cyan = 0.50, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 203 | 51 | - |
| CMYK | 0.50 | 0 | 0.75 | 0.20 |
| HSL | 100.26º | 0.6% | 0.5% | - |
| HSV(B) | 100.26º | 0.75% | 0.8% | - |
| XYZ | 27.32 | 45.72 | 10.52 | - |
| YUV | 155.17 | 69.21 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 203 | 51 | 0.50 | 0 | 0.75 | 0.20 | 100.26 | 0.6 | 0.5 |
| Hex | 65 | CB | 33 | 32 | 0 | 4B | 14 | 64 | 3C | 32 |
| Octal | 145 | 313 | 63 | 62 | 0 | 113 | 24 | 144 | 74 | 62 |
| Binary | 1100101 | 11001011 | 110011 | 110010 | 0 | 1001011 | 10100 | 1100100 | 111100 | 110010 |
Color Harmonies of #65CB33
Complementary color
Monochromatic Colors of #65CB33
Black with #65CB33
Text Example
Text Example
White with #65CB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CB33; }
p { color: rgb(101,203,51); }
H1.HeaderClassName
{
color: #65CB33;
}
.AnyTagClassName
{
color: #65CB33;
}
</style>
background-color css
<style>
a { background-color: #65CB33; }
a { background-color: rgb(101,203,51); }
div.DivClassName
{
background-color: #65CB33;
}
.BgClassName
{
background-color: #65CB33;
}
</style>
border-color css
<style>
span { border-color: #65CB33; }
span { border-color: rgb(101,203,51); }
td.TdClassName
{
border-color: #65CB33;
}
.TagClassName
{
border-color: #65CB33;
}
</style>