Html Css Color HEX #64B558 Apple

📋 copy color: '#64B558'

red 100 ◦ green 181 ◦ blue 88

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

Shades of Apple #64B558

Tints of Apple #64B558

RGB

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

 GREEN value IS 181 (71.09% from 255) = 49.05%

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

R = 27.1%
G = 49.05%
B = 23.85%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#64B558 (or 0x64B558) is known color: Apple. HEX triplet: 64, B5 and 58. RGB value is (100,181,88). Sum of RGB (Red+Green+Blue) = 100+181+88=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 181 (71.09% from 255 or 49.05% from 369); Blue value is 88 (34.77% from 255 or 23.85% from 369); Max value from RGB is 181 - color contains mainly: green. Hex color #64B558 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B558 is #9B4AA7. Grayscale: #929292. Windows color (decimal): -10177192 or 5813604. OLE color: 5813604.

HSL color Cylindrical-coordinate representation of color #64B558: hue angle of 112.26º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64B558 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB 100 181 88 -
CMYK 0.45 0 0.51 0.29
HSL 112.26º 0.39% 0.53% -
HSV(B) 112.26º 0.51% 0.71% -
XYZ 23.54 36.46 15.03 -
YUV 146.18 95.16 95.06 -
System Red Green Blue C M Y K H S L
Decimal 100 181 88 0.45 0 0.51 0.29 112.26 0.39 0.53
Hex 64 B5 58 2D 0 33 1D 70 27 35
Octal 144 265 130 55 0 63 35 160 47 65
Binary 1100100 10110101 1011000 101101 0 110011 11101 1110000 100111 110101

Color Harmonies of #64B558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B558

Black with #64B558

Text Example


Text Example

White with #64B558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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