Html Css Color HEX #64C154 Apple

📋 copy color: '#64C154'

red 100 ◦ green 193 ◦ blue 84

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

Shades of Apple #64C154

Tints of Apple #64C154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 22.28%

R = 26.53%
G = 51.19%
B = 22.28%

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

#64C154 (or 0x64C154) is known color: Apple. HEX triplet: 64, C1 and 54. RGB value is (100,193,84). Sum of RGB (Red+Green+Blue) = 100+193+84=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 193 (75.78% from 255 or 51.19% from 377); Blue value is 84 (33.20% from 255 or 22.28% from 377); Max value from RGB is 193 - color contains mainly: green. Hex color #64C154 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C154 is #9B3EAB. Grayscale: #999999. Windows color (decimal): -10174124 or 5554532. OLE color: 5554532.

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

Color convert

RGB 100 193 84 -
CMYK 0.48 0 0.56 0.24
HSL 111.19º 0.47% 0.54% -
HSV(B) 111.19º 0.56% 0.76% -
XYZ 25.93 41.49 15.03 -
YUV 152.77 89.19 90.36 -
System Red Green Blue C M Y K H S L
Decimal 100 193 84 0.48 0 0.56 0.24 111.19 0.47 0.54
Hex 64 C1 54 30 0 38 18 6F 2F 36
Octal 144 301 124 60 0 70 30 157 57 66
Binary 1100100 11000001 1010100 110000 0 111000 11000 1101111 101111 110110

Color Harmonies of #64C154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C154

Black with #64C154

Text Example


Text Example

White with #64C154

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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