#65CA35

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

Shades of Apple #65CA35

Tints of Apple #65CA35

Color information

#65CA35 (or 0x65CA35) is unknown color: approx Apple. HEX triplet: 65, CA and 35. RGB value is (101,202,53). Sum of RGB (Red+Green+Blue) = 101+202+53=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 202 (79.30% from 255 or 56.74% from 356); Blue value is 53 (21.09% from 255 or 14.89% from 356); Max value from RGB is 202 - color contains mainly: green. Hex color #65CA35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65CA35 is #9A35CA. Grayscale: #9B9B9B. Windows color (decimal): -10106315 or 3525221. OLE color: 3525221.

HSL color Cylindrical-coordinate representation of color #65CA35: hue angle of 100.67º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #65CA35 is Cyan = 0.50, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB10120253-
CMYK0.5000.740.21
HSL100.67º58.43%50%-
HSV(B)100.67º73.76%79.22%-
XYZ27.1345.2610.68-
YUV154.8270.5489.62-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.37%
GREEN value IS 202 (79.30% from 255) = 56.74%
BLUE value IS 53 (21.09% from 255) = 14.89%
R=28.37%
G=56.74%
B=14.89%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal101202530.5000.740.21100.6758.4350
Hex65CA353204A15653a32
Octal14531265620112251457262
Binary11001011100101011010111001001001010101011100101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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