Html Css Color HEX #64BE42 Apple

📋 copy color: '#64BE42'

red 100 ◦ green 190 ◦ blue 66

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

Shades of Apple #64BE42

Tints of Apple #64BE42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.54%

R = 28.09%
G = 53.37%
B = 18.54%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#64BE42 (or 0x64BE42) is known color: Apple. HEX triplet: 64, BE and 42. RGB value is (100,190,66). Sum of RGB (Red+Green+Blue) = 100+190+66=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 190 (74.61% from 255 or 53.37% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 190 - color contains mainly: green. Hex color #64BE42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BE42 is #9B41BD. Grayscale: #959595. Windows color (decimal): -10174910 or 4374116. OLE color: 4374116.

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

Color convert

RGB 100 190 66 -
CMYK 0.47 0 0.65 0.25
HSL 103.55º 0.49% 0.5% -
HSV(B) 103.55º 0.65% 0.75% -
XYZ 24.65 39.93 11.56 -
YUV 148.95 81.18 93.08 -
System Red Green Blue C M Y K H S L
Decimal 100 190 66 0.47 0 0.65 0.25 103.55 0.49 0.5
Hex 64 BE 42 2F 0 41 19 68 31 32
Octal 144 276 102 57 0 101 31 150 61 62
Binary 1100100 10111110 1000010 101111 0 1000001 11001 1101000 110001 110010

Color Harmonies of #64BE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BE42

Black with #64BE42

Text Example


Text Example

White with #64BE42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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