#65CD40

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

Shades of Apple #65CD40

Tints of Apple #65CD40

Color information

#65CD40 (or 0x65CD40) is unknown color: approx Apple. HEX triplet: 65, CD and 40. RGB value is (101,205,64). Sum of RGB (Red+Green+Blue) = 101+205+64=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 205 (80.47% from 255 or 55.41% from 370); Blue value is 64 (25.39% from 255 or 17.30% from 370); Max value from RGB is 205 - color contains mainly: green. Hex color #65CD40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65CD40 is #9A32BF. Grayscale: #9E9E9E. Windows color (decimal): -10105536 or 4246885. OLE color: 4246885.

HSL color Cylindrical-coordinate representation of color #65CD40: hue angle of 104.26º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #65CD40 is Cyan = 0.51, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB10120564-
CMYK0.5100.690.20
HSL104.26º58.51%52.75%-
HSV(B)104.26º68.78%80.39%-
XYZ28.1246.812.4-
YUV157.8375.0487.46-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.30%
GREEN value IS 205 (80.47% from 255) = 55.41%
BLUE value IS 64 (25.39% from 255) = 17.30%
R=27.30%
G=55.41%
B=17.30%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal101205640.5100.690.20104.2658.5152.75
Hex65CD403304514683b35
Octal145315100630105241507365
Binary110010111001101100000011001101000101101001101000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,205,64); }

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

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

 a { background-color: rgb(101,205,64); }

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

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

 span { border-color: rgb(101,205,64); }

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