Html Css Color HEX #64BE58 Apple

📋 copy color: '#64BE58'

red 100 ◦ green 190 ◦ blue 88

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

Shades of Apple #64BE58

Tints of Apple #64BE58

RGB

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

 GREEN value IS 190 (74.61% from 255) = 50.26%

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

R = 26.46%
G = 50.26%
B = 23.28%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#64BE58 (or 0x64BE58) is known color: Apple. HEX triplet: 64, BE and 58. RGB value is (100,190,88). Sum of RGB (Red+Green+Blue) = 100+190+88=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 190 (74.61% from 255 or 50.26% from 378); Blue value is 88 (34.77% from 255 or 23.28% from 378); Max value from RGB is 190 - color contains mainly: green. Hex color #64BE58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BE58 is #9B41A7. Grayscale: #979797. Windows color (decimal): -10174888 or 5815908. OLE color: 5815908.

HSL color Cylindrical-coordinate representation of color #64BE58: hue angle of 112.94º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64BE58 is Cyan = 0.47, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 190 88 -
CMYK 0.47 0 0.54 0.25
HSL 112.94º 0.44% 0.55% -
HSV(B) 112.94º 0.54% 0.75% -
XYZ 25.43 40.24 15.66 -
YUV 151.46 92.18 91.29 -
System Red Green Blue C M Y K H S L
Decimal 100 190 88 0.47 0 0.54 0.25 112.94 0.44 0.55
Hex 64 BE 58 2F 0 36 19 71 2C 37
Octal 144 276 130 57 0 66 31 161 54 67
Binary 1100100 10111110 1011000 101111 0 110110 11001 1110001 101100 110111

Color Harmonies of #64BE58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BE58

Black with #64BE58

Text Example


Text Example

White with #64BE58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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