Html Css Color HEX #65BF47 Apple

📋 copy color: '#65BF47'

red 101 ◦ green 191 ◦ blue 71

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

Shades of Apple #65BF47

Tints of Apple #65BF47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.56%

R = 27.82%
G = 52.62%
B = 19.56%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#65BF47 (or 0x65BF47) is known color: Apple. HEX triplet: 65, BF and 47. RGB value is (101,191,71). Sum of RGB (Red+Green+Blue) = 101+191+71=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 191 (75% from 255 or 52.62% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 191 - color contains mainly: green. Hex color #65BF47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65BF47 is #9A40B8. Grayscale: #969696. Windows color (decimal): -10109113 or 4702053. OLE color: 4702053.

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

Color convert

RGB 101 191 71 -
CMYK 0.47 0 0.63 0.25
HSL 105º 0.48% 0.51% -
HSV(B) 105º 0.63% 0.75% -
XYZ 25.13 40.48 12.45 -
YUV 150.41 83.18 92.76 -
System Red Green Blue C M Y K H S L
Decimal 101 191 71 0.47 0 0.63 0.25 105 0.48 0.51
Hex 65 BF 47 2F 0 3F 19 69 30 33
Octal 145 277 107 57 0 77 31 151 60 63
Binary 1100101 10111111 1000111 101111 0 111111 11001 1101001 110000 110011

Color Harmonies of #65BF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BF47

Black with #65BF47

Text Example


Text Example

White with #65BF47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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