#65C632

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

Shades of Apple #65C632

Tints of Apple #65C632

Color information

#65C632 (or 0x65C632) is unknown color: approx Apple. HEX triplet: 65, C6 and 32. RGB value is (101,198,50). Sum of RGB (Red+Green+Blue) = 101+198+50=349 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.94% from 349); Green value is 198 (77.73% from 255 or 56.73% from 349); Blue value is 50 (19.92% from 255 or 14.33% from 349); Max value from RGB is 198 - color contains mainly: green. Hex color #65C632 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65C632 is #9A39CD. Grayscale: #989898. Windows color (decimal): -10107342 or 3327589. OLE color: 3327589.

HSL color Cylindrical-coordinate representation of color #65C632: hue angle of 99.32º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #65C632 is Cyan = 0.49, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB10119850-
CMYK0.4900.750.22
HSL99.32º59.68%48.63%-
HSV(B)99.32º74.75%77.65%-
XYZ26.1443.3910.01-
YUV152.1270.3691.53-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.94%
GREEN value IS 198 (77.73% from 255) = 56.73%
BLUE value IS 50 (19.92% from 255) = 14.33%
R=28.94%
G=56.73%
B=14.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal101198500.4900.750.2299.3259.6848.63
Hex65C6323104B16633c31
Octal14530662610113261437461
Binary11001011100011011001011000101001011101101100011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,198,50); }

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

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

 a { background-color: rgb(101,198,50); }

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

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

 span { border-color: rgb(101,198,50); }

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