#65DD4C

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

Shades of Apple #65DD4C

Tints of Apple #65DD4C

Color information

#65DD4C (or 0x65DD4C) is unknown color: approx Apple. HEX triplet: 65, DD and 4C. RGB value is (101,221,76). Sum of RGB (Red+Green+Blue) = 101+221+76=398 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.38% from 398); Green value is 221 (86.72% from 255 or 55.53% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 221 - color contains mainly: green. Hex color #65DD4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65DD4C is #9A22B3. Grayscale: #A9A9A9. Windows color (decimal): -10101428 or 5037413. OLE color: 5037413.

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

Color convert

RGB10122176-
CMYK0.5400.660.13
HSL109.66º68.08%58.24%-
HSV(B)109.66º65.61%86.67%-
XYZ32.535515.74-
YUV168.5975.7479.79-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.38%
GREEN value IS 221 (86.72% from 255) = 55.53%
BLUE value IS 76 (30.08% from 255) = 19.10%
R=25.38%
G=55.53%
B=19.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal101221760.5400.660.13109.6668.0858.24
Hex65DD4C36042D6e443a
Octal1453351146601021515610472
Binary110010111011101100110011011001000010110111011101000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DD4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,221,76); }

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

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

 a { background-color: rgb(101,221,76); }

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

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

 span { border-color: rgb(101,221,76); }

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