Html Css Color HEX #64B34B Apple

📋 copy color: '#64B34B'

red 100 ◦ green 179 ◦ blue 75

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

Shades of Apple #64B34B

Tints of Apple #64B34B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 50.56%

 BLUE value IS 75 (29.69% from 255) = 21.19%

R = 28.25%
G = 50.56%
B = 21.19%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#64B34B (or 0x64B34B) is known color: Apple. HEX triplet: 64, B3 and 4B. RGB value is (100,179,75). Sum of RGB (Red+Green+Blue) = 100+179+75=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 179 (70.31% from 255 or 50.56% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 179 - color contains mainly: green. Hex color #64B34B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B34B is #9B4CB4. Grayscale: #8F8F8F. Windows color (decimal): -10177717 or 4961124. OLE color: 4961124.

HSL color Cylindrical-coordinate representation of color #64B34B: hue angle of 105.58º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64B34B is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 100 179 75 -
CMYK 0.44 0 0.58 0.30
HSL 105.58º 0.41% 0.5% -
HSV(B) 105.58º 0.58% 0.7% -
XYZ 22.65 35.46 12.31 -
YUV 143.52 89.33 96.96 -
System Red Green Blue C M Y K H S L
Decimal 100 179 75 0.44 0 0.58 0.30 105.58 0.41 0.5
Hex 64 B3 4B 2C 0 3A 1E 6A 29 32
Octal 144 263 113 54 0 72 36 152 51 62
Binary 1100100 10110011 1001011 101100 0 111010 11110 1101010 101001 110010

Color Harmonies of #64B34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B34B

Black with #64B34B

Text Example


Text Example

White with #64B34B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,179,75); }

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

background-color css

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

 a { background-color: rgb(100,179,75); }

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

border-color css

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

 span { border-color: rgb(100,179,75); }

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