Html Css Color HEX #64BE53 Apple

📋 copy color: '#64BE53'

red 100 ◦ green 190 ◦ blue 83

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

Shades of Apple #64BE53

Tints of Apple #64BE53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.25%

R = 26.81%
G = 50.94%
B = 22.25%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#64BE53 (or 0x64BE53) is known color: Apple. HEX triplet: 64, BE and 53. RGB value is (100,190,83). Sum of RGB (Red+Green+Blue) = 100+190+83=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 190 (74.61% from 255 or 50.94% from 373); Blue value is 83 (32.81% from 255 or 22.25% from 373); Max value from RGB is 190 - color contains mainly: green. Hex color #64BE53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BE53 is #9B41AC. Grayscale: #979797. Windows color (decimal): -10174893 or 5488228. OLE color: 5488228.

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

Color convert

RGB 100 190 83 -
CMYK 0.47 0 0.56 0.25
HSL 110.47º 0.45% 0.54% -
HSV(B) 110.47º 0.56% 0.75% -
XYZ 25.23 40.16 14.61 -
YUV 150.89 89.68 91.7 -
System Red Green Blue C M Y K H S L
Decimal 100 190 83 0.47 0 0.56 0.25 110.47 0.45 0.54
Hex 64 BE 53 2F 0 38 19 6E 2D 36
Octal 144 276 123 57 0 70 31 156 55 66
Binary 1100100 10111110 1010011 101111 0 111000 11001 1101110 101101 110110

Color Harmonies of #64BE53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BE53

Black with #64BE53

Text Example


Text Example

White with #64BE53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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