Html Css Color HEX #64BE38 Apple

📋 copy color: '#64BE38'

red 100 ◦ green 190 ◦ blue 56

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

Shades of Apple #64BE38

Tints of Apple #64BE38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.18%

R = 28.9%
G = 54.91%
B = 16.18%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#64BE38 (or 0x64BE38) is known color: Apple. HEX triplet: 64, BE and 38. RGB value is (100,190,56). Sum of RGB (Red+Green+Blue) = 100+190+56=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 190 (74.61% from 255 or 54.91% from 346); Blue value is 56 (22.27% from 255 or 16.18% from 346); Max value from RGB is 190 - color contains mainly: green. Hex color #64BE38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BE38 is #9B41C7. Grayscale: #949494. Windows color (decimal): -10174920 or 3718756. OLE color: 3718756.

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

Color convert

RGB 100 190 56 -
CMYK 0.47 0 0.71 0.25
HSL 100.3º 0.54% 0.48% -
HSV(B) 100.3º 0.71% 0.75% -
XYZ 24.38 39.82 10.14 -
YUV 147.81 76.18 93.9 -
System Red Green Blue C M Y K H S L
Decimal 100 190 56 0.47 0 0.71 0.25 100.3 0.54 0.48
Hex 64 BE 38 2F 0 47 19 64 36 30
Octal 144 276 70 57 0 107 31 144 66 60
Binary 1100100 10111110 111000 101111 0 1000111 11001 1100100 110110 110000

Color Harmonies of #64BE38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BE38

Black with #64BE38

Text Example


Text Example

White with #64BE38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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