#65D644

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

Shades of Apple #65D644

Tints of Apple #65D644

Color information

#65D644 (or 0x65D644) is unknown color: approx Apple. HEX triplet: 65, D6 and 44. RGB value is (101,214,68). Sum of RGB (Red+Green+Blue) = 101+214+68=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 214 (83.98% from 255 or 55.87% from 383); Blue value is 68 (26.95% from 255 or 17.75% from 383); Max value from RGB is 214 - color contains mainly: green. Hex color #65D644 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65D644 is #9A29BB. Grayscale: #A4A4A4. Windows color (decimal): -10103228 or 4511333. OLE color: 4511333.

HSL color Cylindrical-coordinate representation of color #65D644: hue angle of 106.44º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #65D644 is Cyan = 0.53, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB10121468-
CMYK0.5300.680.16
HSL106.44º64.04%55.29%-
HSV(B)106.44º68.22%83.92%-
XYZ30.4651.2813.76-
YUV163.5774.0683.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.37%
GREEN value IS 214 (83.98% from 255) = 55.87%
BLUE value IS 68 (26.95% from 255) = 17.75%
R=26.37%
G=55.87%
B=17.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal101214680.5300.680.16106.4464.0455.29
Hex65D64435044106a4037
Octal1453261046501042015210067
Binary1100101110101101000100110101010001001000011010101000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,214,68); }

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

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

 a { background-color: rgb(101,214,68); }

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

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

 span { border-color: rgb(101,214,68); }

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