Html Css Color HEX #64C155 Apple

📋 copy color: '#64C155'

red 100 ◦ green 193 ◦ blue 85

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

Shades of Apple #64C155

Tints of Apple #64C155

RGB

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

 GREEN value IS 193 (75.78% from 255) = 51.06%

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

R = 26.46%
G = 51.06%
B = 22.49%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#64C155 (or 0x64C155) is known color: Apple. HEX triplet: 64, C1 and 55. RGB value is (100,193,85). Sum of RGB (Red+Green+Blue) = 100+193+85=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 193 (75.78% from 255 or 51.06% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 193 - color contains mainly: green. Hex color #64C155 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C155 is #9B3EAA. Grayscale: #999999. Windows color (decimal): -10174123 or 5620068. OLE color: 5620068.

HSL color Cylindrical-coordinate representation of color #64C155: hue angle of 111.67º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64C155 is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 193 85 -
CMYK 0.48 0 0.56 0.24
HSL 111.67º 0.47% 0.55% -
HSV(B) 111.67º 0.56% 0.76% -
XYZ 25.97 41.51 15.24 -
YUV 152.88 89.69 90.28 -
System Red Green Blue C M Y K H S L
Decimal 100 193 85 0.48 0 0.56 0.24 111.67 0.47 0.55
Hex 64 C1 55 30 0 38 18 70 2F 37
Octal 144 301 125 60 0 70 30 160 57 67
Binary 1100100 11000001 1010101 110000 0 111000 11000 1110000 101111 110111

Color Harmonies of #64C155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C155

Black with #64C155

Text Example


Text Example

White with #64C155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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