Html Css Color HEX #65BF4D Apple

📋 copy color: '#65BF4D'

red 101 ◦ green 191 ◦ blue 77

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

Shades of Apple #65BF4D

Tints of Apple #65BF4D

RGB

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

 GREEN value IS 191 (75% from 255) = 51.76%

 BLUE value IS 77 (30.47% from 255) = 20.87%

R = 27.37%
G = 51.76%
B = 20.87%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#65BF4D (or 0x65BF4D) is known color: Apple. HEX triplet: 65, BF and 4D. RGB value is (101,191,77). Sum of RGB (Red+Green+Blue) = 101+191+77=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 191 (75% from 255 or 51.76% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 191 - color contains mainly: green. Hex color #65BF4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65BF4D is #9A40B2. Grayscale: #979797. Windows color (decimal): -10109107 or 5095269. OLE color: 5095269.

HSL color Cylindrical-coordinate representation of color #65BF4D: hue angle of 107.37º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65BF4D is Cyan = 0.47, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 101 191 77 -
CMYK 0.47 0 0.60 0.25
HSL 107.37º 0.47% 0.53% -
HSV(B) 107.37º 0.6% 0.75% -
XYZ 25.34 40.56 13.52 -
YUV 151.09 86.18 92.27 -
System Red Green Blue C M Y K H S L
Decimal 101 191 77 0.47 0 0.60 0.25 107.37 0.47 0.53
Hex 65 BF 4D 2F 0 3C 19 6B 2F 35
Octal 145 277 115 57 0 74 31 153 57 65
Binary 1100101 10111111 1001101 101111 0 111100 11001 1101011 101111 110101

Color Harmonies of #65BF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BF4D

Black with #65BF4D

Text Example


Text Example

White with #65BF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,191,77); }

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

background-color css

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

 a { background-color: rgb(101,191,77); }

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

border-color css

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

 span { border-color: rgb(101,191,77); }

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