#65CA3C

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

Shades of Apple #65CA3C

Tints of Apple #65CA3C

Color information

#65CA3C (or 0x65CA3C) is unknown color: approx Apple. HEX triplet: 65, CA and 3C. RGB value is (101,202,60). Sum of RGB (Red+Green+Blue) = 101+202+60=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 202 (79.30% from 255 or 55.65% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 202 - color contains mainly: green. Hex color #65CA3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65CA3C is #9A35C3. Grayscale: #9C9C9C. Windows color (decimal): -10106308 or 3983973. OLE color: 3983973.

HSL color Cylindrical-coordinate representation of color #65CA3C: hue angle of 102.68º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #65CA3C is Cyan = 0.50, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB10120260-
CMYK0.5000.700.21
HSL102.68º57.26%51.37%-
HSV(B)102.68º70.3%79.22%-
XYZ27.345.3311.59-
YUV155.6174.0489.05-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.82%
GREEN value IS 202 (79.30% from 255) = 55.65%
BLUE value IS 60 (23.83% from 255) = 16.53%
R=27.82%
G=55.65%
B=16.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal101202600.5000.700.21102.6857.2651.37
Hex65CA3C3204615673933
Octal14531274620106251477163
Binary11001011100101011110011001001000110101011100111111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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