#65DE4A

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

Shades of Apple #65DE4A

Tints of Apple #65DE4A

Color information

#65DE4A (or 0x65DE4A) is unknown color: approx Apple. HEX triplet: 65, DE and 4A. RGB value is (101,222,74). Sum of RGB (Red+Green+Blue) = 101+222+74=397 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.44% from 397); Green value is 222 (87.11% from 255 or 55.92% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 222 - color contains mainly: green. Hex color #65DE4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65DE4A is #9A21B5. Grayscale: #A9A9A9. Windows color (decimal): -10101174 or 4906597. OLE color: 4906597.

HSL color Cylindrical-coordinate representation of color #65DE4A: hue angle of 109.05º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #65DE4A is Cyan = 0.55, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB10122274-
CMYK0.5500.670.13
HSL109.05º69.16%58.04%-
HSV(B)109.05º66.67%87.06%-
XYZ32.7255.515.47-
YUV168.9574.4179.53-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.44%
GREEN value IS 222 (87.11% from 255) = 55.92%
BLUE value IS 74 (29.30% from 255) = 18.64%
R=25.44%
G=55.92%
B=18.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal101222740.5500.670.13109.0569.1658.04
Hex65DE4A37043D6d453a
Octal1453361126701031515510572
Binary110010111011110100101011011101000011110111011011000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DE4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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