#65C039

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

Shades of Apple #65C039

Tints of Apple #65C039

Color information

#65C039 (or 0x65C039) is unknown color: approx Apple. HEX triplet: 65, C0 and 39. RGB value is (101,192,57). Sum of RGB (Red+Green+Blue) = 101+192+57=350 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.86% from 350); Green value is 192 (75.39% from 255 or 54.86% from 350); Blue value is 57 (22.66% from 255 or 16.29% from 350); Max value from RGB is 192 - color contains mainly: green. Hex color #65C039 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65C039 is #9A3FC6. Grayscale: #959595. Windows color (decimal): -10108871 or 3784805. OLE color: 3784805.

HSL color Cylindrical-coordinate representation of color #65C039: hue angle of 100.44º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #65C039 is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB10119257-
CMYK0.4700.700.25
HSL100.44º54.22%48.82%-
HSV(B)100.44º70.31%75.29%-
XYZ24.9540.7610.42-
YUV149.475.8593.48-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.86%
GREEN value IS 192 (75.39% from 255) = 54.86%
BLUE value IS 57 (22.66% from 255) = 16.29%
R=28.86%
G=54.86%
B=16.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101192570.4700.700.25100.4454.2248.82
Hex65C0392F04619643631
Octal14530071570106311446661
Binary11001011100000011100110111101000110110011100100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,192,57); }

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

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

 a { background-color: rgb(101,192,57); }

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

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

 span { border-color: rgb(101,192,57); }

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