Html Css Color HEX #65C740 Apple

📋 copy color: '#65C740'

red 101 ◦ green 199 ◦ blue 64

#65C740
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #65C740

Tints of Apple #65C740

RGB

 RED value IS 101 (39.84% from 255) = 27.75%

 GREEN value IS 199 (78.13% from 255) = 54.67%

 BLUE value IS 64 (25.39% from 255) = 17.58%

R = 27.75%
G = 54.67%
B = 17.58%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#65C740 (or 0x65C740) is known color: Apple. HEX triplet: 65, C7 and 40. RGB value is (101,199,64). Sum of RGB (Red+Green+Blue) = 101+199+64=364 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.75% from 364); Green value is 199 (78.12% from 255 or 54.67% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 199 - color contains mainly: green. Hex color #65C740 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65C740 is #9A38BF. Grayscale: #9A9A9A. Windows color (decimal): -10107072 or 4245349. OLE color: 4245349.

HSL color Cylindrical-coordinate representation of color #65C740: hue angle of 103.56º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #65C740 is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 101 199 64 -
CMYK 0.49 0 0.68 0.22
HSL 103.56º 0.55% 0.52% -
HSV(B) 103.56º 0.68% 0.78% -
XYZ 26.72 43.98 11.93 -
YUV 154.31 77.03 89.98 -
System Red Green Blue C M Y K H S L
Decimal 101 199 64 0.49 0 0.68 0.22 103.56 0.55 0.52
Hex 65 C7 40 31 0 44 16 68 37 34
Octal 145 307 100 61 0 104 26 150 67 64
Binary 1100101 11000111 1000000 110001 0 1000100 10110 1101000 110111 110100

Color Harmonies of #65C740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C740

Black with #65C740

Text Example


Text Example

White with #65C740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #65C740;
 }
 .AnyTagClassName
 {
   color: #65C740;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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