Html Css Color HEX #64BE4D Apple

📋 copy color: '#64BE4D'

red 100 ◦ green 190 ◦ blue 77

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

Shades of Apple #64BE4D

Tints of Apple #64BE4D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 51.77%

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

R = 27.25%
G = 51.77%
B = 20.98%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#64BE4D (or 0x64BE4D) is known color: Apple. HEX triplet: 64, BE and 4D. RGB value is (100,190,77). Sum of RGB (Red+Green+Blue) = 100+190+77=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 190 (74.61% from 255 or 51.77% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 190 - color contains mainly: green. Hex color #64BE4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BE4D is #9B41B2. Grayscale: #969696. Windows color (decimal): -10174899 or 5095012. OLE color: 5095012.

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

Color convert

RGB 100 190 77 -
CMYK 0.47 0 0.59 0.25
HSL 107.79º 0.47% 0.52% -
HSV(B) 107.79º 0.59% 0.75% -
XYZ 25.01 40.07 13.44 -
YUV 150.21 86.68 92.19 -
System Red Green Blue C M Y K H S L
Decimal 100 190 77 0.47 0 0.59 0.25 107.79 0.47 0.52
Hex 64 BE 4D 2F 0 3B 19 6C 2F 34
Octal 144 276 115 57 0 73 31 154 57 64
Binary 1100100 10111110 1001101 101111 0 111011 11001 1101100 101111 110100

Color Harmonies of #64BE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BE4D

Black with #64BE4D

Text Example


Text Example

White with #64BE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,190,77); }

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

background-color css

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

 a { background-color: rgb(100,190,77); }

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

border-color css

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

 span { border-color: rgb(100,190,77); }

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