#65DE3D

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

Shades of Apple #65DE3D

Tints of Apple #65DE3D

Color information

#65DE3D (or 0x65DE3D) is unknown color: approx Apple. HEX triplet: 65, DE and 3D. RGB value is (101,222,61). Sum of RGB (Red+Green+Blue) = 101+222+61=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 222 (87.11% from 255 or 57.81% from 384); Blue value is 61 (24.22% from 255 or 15.89% from 384); Max value from RGB is 222 - color contains mainly: green. Hex color #65DE3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65DE3D is #9A21C2. Grayscale: #A7A7A7. Windows color (decimal): -10101187 or 4054629. OLE color: 4054629.

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

Color convert

RGB10122261-
CMYK0.5500.730.13
HSL105.09º70.93%55.49%-
HSV(B)105.09º72.52%87.06%-
XYZ32.3355.3513.39-
YUV167.4767.9180.59-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.30%
GREEN value IS 222 (87.11% from 255) = 57.81%
BLUE value IS 61 (24.22% from 255) = 15.89%
R=26.30%
G=57.81%
B=15.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal101222610.5500.730.13105.0970.9355.49
Hex65DE3D37049D694737
Octal145336756701111515110767
Binary11001011101111011110111011101001001110111010011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DE3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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