Html Css Color HEX #64B942 Apple

📋 copy color: '#64B942'

red 100 ◦ green 185 ◦ blue 66

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

Shades of Apple #64B942

Tints of Apple #64B942

RGB

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

 GREEN value IS 185 (72.66% from 255) = 52.71%

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

R = 28.49%
G = 52.71%
B = 18.8%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#64B942 (or 0x64B942) is known color: Apple. HEX triplet: 64, B9 and 42. RGB value is (100,185,66). Sum of RGB (Red+Green+Blue) = 100+185+66=351 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.49% from 351); Green value is 185 (72.66% from 255 or 52.71% from 351); Blue value is 66 (26.17% from 255 or 18.80% from 351); Max value from RGB is 185 - color contains mainly: green. Hex color #64B942 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B942 is #9B46BD. Grayscale: #929292. Windows color (decimal): -10176190 or 4372836. OLE color: 4372836.

HSL color Cylindrical-coordinate representation of color #64B942: hue angle of 102.86º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #64B942 is Cyan = 0.46, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 185 66 -
CMYK 0.46 0 0.64 0.27
HSL 102.86º 0.47% 0.49% -
HSV(B) 102.86º 0.64% 0.73% -
XYZ 23.59 37.8 11.21 -
YUV 146.02 82.84 95.18 -
System Red Green Blue C M Y K H S L
Decimal 100 185 66 0.46 0 0.64 0.27 102.86 0.47 0.49
Hex 64 B9 42 2E 0 40 1B 67 2F 31
Octal 144 271 102 56 0 100 33 147 57 61
Binary 1100100 10111001 1000010 101110 0 1000000 11011 1100111 101111 110001

Color Harmonies of #64B942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B942

Black with #64B942

Text Example


Text Example

White with #64B942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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