Html Css Color HEX #64C754 Apple

📋 copy color: '#64C754'

red 100 ◦ green 199 ◦ blue 84

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

Shades of Apple #64C754

Tints of Apple #64C754

RGB

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

 GREEN value IS 199 (78.13% from 255) = 51.96%

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

R = 26.11%
G = 51.96%
B = 21.93%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#64C754 (or 0x64C754) is known color: Apple. HEX triplet: 64, C7 and 54. RGB value is (100,199,84). Sum of RGB (Red+Green+Blue) = 100+199+84=383 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.11% from 383); Green value is 199 (78.12% from 255 or 51.96% from 383); Blue value is 84 (33.20% from 255 or 21.93% from 383); Max value from RGB is 199 - color contains mainly: green. Hex color #64C754 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C754 is #9B38AB. Grayscale: #9C9C9C. Windows color (decimal): -10172588 or 5556068. OLE color: 5556068.

HSL color Cylindrical-coordinate representation of color #64C754: hue angle of 111.65º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64C754 is Cyan = 0.50, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB 100 199 84 -
CMYK 0.50 0 0.58 0.22
HSL 111.65º 0.51% 0.55% -
HSV(B) 111.65º 0.58% 0.78% -
XYZ 27.28 44.2 15.48 -
YUV 156.29 87.2 87.85 -
System Red Green Blue C M Y K H S L
Decimal 100 199 84 0.50 0 0.58 0.22 111.65 0.51 0.55
Hex 64 C7 54 32 0 3A 16 70 33 37
Octal 144 307 124 62 0 72 26 160 63 67
Binary 1100100 11000111 1010100 110010 0 111010 10110 1110000 110011 110111

Color Harmonies of #64C754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C754

Black with #64C754

Text Example


Text Example

White with #64C754

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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