#65CA4A

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

Shades of Apple #65CA4A

Tints of Apple #65CA4A

Color information

#65CA4A (or 0x65CA4A) is unknown color: approx Apple. HEX triplet: 65, CA and 4A. RGB value is (101,202,74). Sum of RGB (Red+Green+Blue) = 101+202+74=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 202 (79.30% from 255 or 53.58% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 202 - color contains mainly: green. Hex color #65CA4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65CA4A is #9A35B5. Grayscale: #9D9D9D. Windows color (decimal): -10106294 or 4901477. OLE color: 4901477.

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

Color convert

RGB10120274-
CMYK0.5000.630.21
HSL107.34º54.7%54.12%-
HSV(B)107.34º63.37%79.22%-
XYZ27.7245.513.8-
YUV157.2181.0487.91-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.79%
GREEN value IS 202 (79.30% from 255) = 53.58%
BLUE value IS 74 (29.30% from 255) = 19.63%
R=26.79%
G=53.58%
B=19.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal101202740.5000.630.21107.3454.754.12
Hex65CA4A3203F156b3736
Octal14531211262077251536766
Binary11001011100101010010101100100111111101011101011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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