#65C035

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

Shades of Apple #65C035

Tints of Apple #65C035

Color information

#65C035 (or 0x65C035) is unknown color: approx Apple. HEX triplet: 65, C0 and 35. RGB value is (101,192,53). Sum of RGB (Red+Green+Blue) = 101+192+53=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 192 (75.39% from 255 or 55.49% from 346); Blue value is 53 (21.09% from 255 or 15.32% from 346); Max value from RGB is 192 - color contains mainly: green. Hex color #65C035 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65C035 is #9A3FCA. Grayscale: #959595. Windows color (decimal): -10108875 or 3522661. OLE color: 3522661.

HSL color Cylindrical-coordinate representation of color #65C035: hue angle of 99.28º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #65C035 is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB10119253-
CMYK0.4700.720.25
HSL99.28º56.73%48.04%-
HSV(B)99.28º72.4%75.29%-
XYZ24.8640.729.92-
YUV148.9473.8593.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.19%
GREEN value IS 192 (75.39% from 255) = 55.49%
BLUE value IS 53 (21.09% from 255) = 15.32%
R=29.19%
G=55.49%
B=15.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101192530.4700.720.2599.2856.7348.04
Hex65C0352F04819633930
Octal14530065570110311437160
Binary11001011100000011010110111101001000110011100011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,192,53); }

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

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

 a { background-color: rgb(101,192,53); }

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

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

 span { border-color: rgb(101,192,53); }

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