Html Css Color HEX #64BF55 Apple

📋 copy color: '#64BF55'

red 100 ◦ green 191 ◦ blue 85

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

Shades of Apple #64BF55

Tints of Apple #64BF55

RGB

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

 GREEN value IS 191 (75% from 255) = 50.8%

 BLUE value IS 85 (33.59% from 255) = 22.61%

R = 26.6%
G = 50.8%
B = 22.61%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#64BF55 (or 0x64BF55) is known color: Apple. HEX triplet: 64, BF and 55. RGB value is (100,191,85). Sum of RGB (Red+Green+Blue) = 100+191+85=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 191 (75% from 255 or 50.80% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 191 - color contains mainly: green. Hex color #64BF55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BF55 is #9B40AA. Grayscale: #989898. Windows color (decimal): -10174635 or 5619556. OLE color: 5619556.

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

Color convert

RGB 100 191 85 -
CMYK 0.48 0 0.55 0.25
HSL 111.51º 0.45% 0.54% -
HSV(B) 111.51º 0.55% 0.75% -
XYZ 25.53 40.63 15.09 -
YUV 151.71 90.35 91.12 -
System Red Green Blue C M Y K H S L
Decimal 100 191 85 0.48 0 0.55 0.25 111.51 0.45 0.54
Hex 64 BF 55 30 0 37 19 70 2D 36
Octal 144 277 125 60 0 67 31 160 55 66
Binary 1100100 10111111 1010101 110000 0 110111 11001 1110000 101101 110110

Color Harmonies of #64BF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BF55

Black with #64BF55

Text Example


Text Example

White with #64BF55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,191,85); }

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

background-color css

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

 a { background-color: rgb(100,191,85); }

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

border-color css

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

 span { border-color: rgb(100,191,85); }

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