Html Css Color HEX #64BF49 Apple

📋 copy color: '#64BF49'

red 100 ◦ green 191 ◦ blue 73

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

Shades of Apple #64BF49

Tints of Apple #64BF49

RGB

 RED value IS 100 (39.45% from 255) = 27.47%

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

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

R = 27.47%
G = 52.47%
B = 20.05%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#64BF49 (or 0x64BF49) is known color: Apple. HEX triplet: 64, BF and 49. RGB value is (100,191,73). Sum of RGB (Red+Green+Blue) = 100+191+73=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 191 (75% from 255 or 52.47% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 191 - color contains mainly: green. Hex color #64BF49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BF49 is #9B40B6. Grayscale: #969696. Windows color (decimal): -10174647 or 4833124. OLE color: 4833124.

HSL color Cylindrical-coordinate representation of color #64BF49: hue angle of 106.27º 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 #64BF49 is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 191 73 -
CMYK 0.48 0 0.62 0.25
HSL 106.27º 0.48% 0.52% -
HSV(B) 106.27º 0.62% 0.75% -
XYZ 25.09 40.45 12.79 -
YUV 150.34 84.35 92.09 -
System Red Green Blue C M Y K H S L
Decimal 100 191 73 0.48 0 0.62 0.25 106.27 0.48 0.52
Hex 64 BF 49 30 0 3E 19 6A 30 34
Octal 144 277 111 60 0 76 31 152 60 64
Binary 1100100 10111111 1001001 110000 0 111110 11001 1101010 110000 110100

Color Harmonies of #64BF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BF49

Black with #64BF49

Text Example


Text Example

White with #64BF49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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