#65DF3D

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

Shades of Apple #65DF3D

Tints of Apple #65DF3D

Color information

#65DF3D (or 0x65DF3D) is unknown color: approx Apple. HEX triplet: 65, DF and 3D. RGB value is (101,223,61). Sum of RGB (Red+Green+Blue) = 101+223+61=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 223 (87.5% from 255 or 57.92% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 223 - color contains mainly: green. Hex color #65DF3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65DF3D is #9A20C2. Grayscale: #A8A8A8. Windows color (decimal): -10100931 or 4054885. OLE color: 4054885.

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

Color convert

RGB10122361-
CMYK0.5500.730.13
HSL105.19º71.68%55.69%-
HSV(B)105.19º72.65%87.45%-
XYZ32.655.8813.48-
YUV168.0567.5880.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.23%
GREEN value IS 223 (87.5% from 255) = 57.92%
BLUE value IS 61 (24.22% from 255) = 15.84%
R=26.23%
G=57.92%
B=15.84%

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
Decimal101223610.5500.730.13105.1971.6855.69
Hex65DF3D37049D694838
Octal145337756701111515111070
Binary11001011101111111110111011101001001110111010011001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DF3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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