#65D83F

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

Shades of Apple #65D83F

Tints of Apple #65D83F

Color information

#65D83F (or 0x65D83F) is unknown color: approx Apple. HEX triplet: 65, D8 and 3F. RGB value is (101,216,63). Sum of RGB (Red+Green+Blue) = 101+216+63=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 216 (84.77% from 255 or 56.84% from 380); Blue value is 63 (25% from 255 or 16.58% from 380); Max value from RGB is 216 - color contains mainly: green. Hex color #65D83F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65D83F is #9A27C0. Grayscale: #A4A4A4. Windows color (decimal): -10102721 or 4184165. OLE color: 4184165.

HSL color Cylindrical-coordinate representation of color #65D83F: hue angle of 105.1º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #65D83F is Cyan = 0.53, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB10121663-
CMYK0.5300.710.15
HSL105.1º66.23%54.71%-
HSV(B)105.1º70.83%84.71%-
XYZ30.8252.2413.16-
YUV164.1770.982.94-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.58%
GREEN value IS 216 (84.77% from 255) = 56.84%
BLUE value IS 63 (25% from 255) = 16.58%
R=26.58%
G=56.84%
B=16.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal101216630.5300.710.15105.166.2354.71
Hex65D83F35047F694237
Octal145330776501071715110267
Binary11001011101100011111111010101000111111111010011000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D83F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,216,63); }

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

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

 a { background-color: rgb(101,216,63); }

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

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

 span { border-color: rgb(101,216,63); }

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