#65D250

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

Shades of Apple #65D250

Tints of Apple #65D250

Color information

#65D250 (or 0x65D250) is unknown color: approx Apple. HEX triplet: 65, D2 and 50. RGB value is (101,210,80). Sum of RGB (Red+Green+Blue) = 101+210+80=391 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.83% from 391); Green value is 210 (82.42% from 255 or 53.71% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 210 - color contains mainly: green. Hex color #65D250 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D250 is #9A2DAF. Grayscale: #A3A3A3. Windows color (decimal): -10104240 or 5296741. OLE color: 5296741.

HSL color Cylindrical-coordinate representation of color #65D250: hue angle of 110.31º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #65D250 is Cyan = 0.52, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB10121080-
CMYK0.5200.620.18
HSL110.31º59.09%56.86%-
HSV(B)110.31º61.9%82.35%-
XYZ29.8649.4415.56-
YUV162.5981.3984.07-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.83%
GREEN value IS 210 (82.42% from 255) = 53.71%
BLUE value IS 80 (31.64% from 255) = 20.46%
R=25.83%
G=53.71%
B=20.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal101210800.5200.620.18110.3159.0956.86
Hex65D2503403E126e3b39
Octal14532212064076221567371
Binary11001011101001010100001101000111110100101101110111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,210,80); }

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

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

 a { background-color: rgb(101,210,80); }

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

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

 span { border-color: rgb(101,210,80); }

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