#65D53D

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

Shades of Apple #65D53D

Tints of Apple #65D53D

Color information

#65D53D (or 0x65D53D) is unknown color: approx Apple. HEX triplet: 65, D5 and 3D. RGB value is (101,213,61). Sum of RGB (Red+Green+Blue) = 101+213+61=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 213 (83.59% from 255 or 56.8% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 213 - color contains mainly: green. Hex color #65D53D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65D53D is #9A2AC2. Grayscale: #A2A2A2. Windows color (decimal): -10103491 or 4052325. OLE color: 4052325.

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

Color convert

RGB10121361-
CMYK0.5300.710.16
HSL104.21º64.41%53.73%-
HSV(B)104.21º71.36%83.53%-
XYZ3050.6912.62-
YUV162.1870.8984.36-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.93%
GREEN value IS 213 (83.59% from 255) = 56.8%
BLUE value IS 61 (24.22% from 255) = 16.27%
R=26.93%
G=56.8%
B=16.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal101213610.5300.710.16104.2164.4153.73
Hex65D53D3504710684036
Octal145325756501072015010066
Binary110010111010101111101110101010001111000011010001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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