#65B233

Color #65B233 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #65B233

Tints of Apple #65B233

Color information

#65B233 (or 0x65B233) is unknown color: approx Apple. HEX triplet: 65, B2 and 33. RGB value is (101,178,51). Sum of RGB (Red+Green+Blue) = 101+178+51=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 178 (69.92% from 255 or 53.94% from 330); Blue value is 51 (20.31% from 255 or 15.45% from 330); Max value from RGB is 178 - color contains mainly: green. Hex color #65B233 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65B233 is #9A4DCC. Grayscale: #8C8C8C. Windows color (decimal): -10112461 or 3388005. OLE color: 3388005.

HSL color Cylindrical-coordinate representation of color #65B233: hue angle of 96.38º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #65B233 is Cyan = 0.43, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB10117851-
CMYK0.4300.710.30
HSL96.38º55.46%44.9%-
HSV(B)96.38º71.35%69.8%-
XYZ21.8834.858.7-
YUV140.577.4999.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 30.61%
GREEN value IS 178 (69.92% from 255) = 53.94%
BLUE value IS 51 (20.31% from 255) = 15.45%
R=30.61%
G=53.94%
B=15.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal101178510.4300.710.3096.3855.4644.9
Hex65B2332B0471E60372d
Octal14526263530107361406755
Binary11001011011001011001110101101000111111101100000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65B233; }

 p { color: rgb(101,178,51); }

 H1.HeaderClassName
 {
   color: #65B233;
 }
 .AnyTagClassName
 {
   color: #65B233;
 }
</style>
background-color css

<style>
 a { background-color: #65B233; }

 a { background-color: rgb(101,178,51); }

 div.DivClassName
 {
   background-color: #65B233;
 }
 .BgClassName
 {
   background-color: #65B233;
 }
</style>
border-color css

<style>
 span { border-color: #65B233; }

 span { border-color: rgb(101,178,51); }

 td.TdClassName
 {
   border-color: #65B233;
 }
 .TagClassName
 {
   border-color: #65B233;
 }
</style>