Html Css Color HEX #64BC40 Apple

📋 copy color: '#64BC40'

red 100 ◦ green 188 ◦ blue 64

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

Shades of Apple #64BC40

Tints of Apple #64BC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.18%

R = 28.41%
G = 53.41%
B = 18.18%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#64BC40 (or 0x64BC40) is known color: Apple. HEX triplet: 64, BC and 40. RGB value is (100,188,64). Sum of RGB (Red+Green+Blue) = 100+188+64=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 188 (73.83% from 255 or 53.41% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 188 - color contains mainly: green. Hex color #64BC40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BC40 is #9B43BF. Grayscale: #939393. Windows color (decimal): -10175424 or 4242532. OLE color: 4242532.

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

Color convert

RGB 100 188 64 -
CMYK 0.47 0 0.66 0.26
HSL 102.58º 0.49% 0.49% -
HSV(B) 102.58º 0.66% 0.74% -
XYZ 24.16 39.05 11.11 -
YUV 147.55 80.85 94.08 -
System Red Green Blue C M Y K H S L
Decimal 100 188 64 0.47 0 0.66 0.26 102.58 0.49 0.49
Hex 64 BC 40 2F 0 42 1A 67 31 31
Octal 144 274 100 57 0 102 32 147 61 61
Binary 1100100 10111100 1000000 101111 0 1000010 11010 1100111 110001 110001

Color Harmonies of #64BC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BC40

Black with #64BC40

Text Example


Text Example

White with #64BC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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