Html Css Color HEX #64B358 Apple

📋 copy color: '#64B358'

red 100 ◦ green 179 ◦ blue 88

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

Shades of Apple #64B358

Tints of Apple #64B358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 23.98%

R = 27.25%
G = 48.77%
B = 23.98%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#64B358 (or 0x64B358) is known color: Apple. HEX triplet: 64, B3 and 58. RGB value is (100,179,88). Sum of RGB (Red+Green+Blue) = 100+179+88=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 179 (70.31% from 255 or 48.77% from 367); Blue value is 88 (34.77% from 255 or 23.98% from 367); Max value from RGB is 179 - color contains mainly: green. Hex color #64B358 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B358 is #9B4CA7. Grayscale: #919191. Windows color (decimal): -10177704 or 5813092. OLE color: 5813092.

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

Color convert

RGB 100 179 88 -
CMYK 0.44 0 0.51 0.30
HSL 112.09º 0.37% 0.52% -
HSV(B) 112.09º 0.51% 0.7% -
XYZ 23.14 35.65 14.9 -
YUV 145.01 95.83 95.9 -
System Red Green Blue C M Y K H S L
Decimal 100 179 88 0.44 0 0.51 0.30 112.09 0.37 0.52
Hex 64 B3 58 2C 0 33 1E 70 25 34
Octal 144 263 130 54 0 63 36 160 45 64
Binary 1100100 10110011 1011000 101100 0 110011 11110 1110000 100101 110100

Color Harmonies of #64B358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B358

Black with #64B358

Text Example


Text Example

White with #64B358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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