Html Css Color HEX #64BC4D Apple

📋 copy color: '#64BC4D'

red 100 ◦ green 188 ◦ blue 77

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

Shades of Apple #64BC4D

Tints of Apple #64BC4D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.51%

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

R = 27.4%
G = 51.51%
B = 21.1%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#64BC4D (or 0x64BC4D) is known color: Apple. HEX triplet: 64, BC and 4D. RGB value is (100,188,77). Sum of RGB (Red+Green+Blue) = 100+188+77=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 188 (73.83% from 255 or 51.51% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 188 - color contains mainly: green. Hex color #64BC4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BC4D is #9B43B2. Grayscale: #959595. Windows color (decimal): -10175411 or 5094500. OLE color: 5094500.

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

Color convert

RGB 100 188 77 -
CMYK 0.47 0 0.59 0.26
HSL 107.57º 0.45% 0.52% -
HSV(B) 107.57º 0.59% 0.74% -
XYZ 24.58 39.21 13.29 -
YUV 149.03 87.35 93.03 -
System Red Green Blue C M Y K H S L
Decimal 100 188 77 0.47 0 0.59 0.26 107.57 0.45 0.52
Hex 64 BC 4D 2F 0 3B 1A 6C 2D 34
Octal 144 274 115 57 0 73 32 154 55 64
Binary 1100100 10111100 1001101 101111 0 111011 11010 1101100 101101 110100

Color Harmonies of #64BC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BC4D

Black with #64BC4D

Text Example


Text Example

White with #64BC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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