Html Css Color HEX #65BF49 Apple

📋 copy color: '#65BF49'

red 101 ◦ green 191 ◦ blue 73

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

Shades of Apple #65BF49

Tints of Apple #65BF49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20%

R = 27.67%
G = 52.33%
B = 20%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#65BF49 (or 0x65BF49) is known color: Apple. HEX triplet: 65, BF and 49. RGB value is (101,191,73). Sum of RGB (Red+Green+Blue) = 101+191+73=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 191 (75% from 255 or 52.33% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 191 - color contains mainly: green. Hex color #65BF49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65BF49 is #9A40B6. Grayscale: #979797. Windows color (decimal): -10109111 or 4833125. OLE color: 4833125.

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

Color convert

RGB 101 191 73 -
CMYK 0.47 0 0.62 0.25
HSL 105.76º 0.48% 0.52% -
HSV(B) 105.76º 0.62% 0.75% -
XYZ 25.2 40.51 12.79 -
YUV 150.64 84.18 92.59 -
System Red Green Blue C M Y K H S L
Decimal 101 191 73 0.47 0 0.62 0.25 105.76 0.48 0.52
Hex 65 BF 49 2F 0 3E 19 6A 30 34
Octal 145 277 111 57 0 76 31 152 60 64
Binary 1100101 10111111 1001001 101111 0 111110 11001 1101010 110000 110100

Color Harmonies of #65BF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BF49

Black with #65BF49

Text Example


Text Example

White with #65BF49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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