Html Css Color HEX #64B832 Apple

📋 copy color: '#64B832'

red 100 ◦ green 184 ◦ blue 50

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

Shades of Apple #64B832

Tints of Apple #64B832

RGB

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

 GREEN value IS 184 (72.27% from 255) = 55.09%

 BLUE value IS 50 (19.92% from 255) = 14.97%

R = 29.94%
G = 55.09%
B = 14.97%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#64B832 (or 0x64B832) is known color: Apple. HEX triplet: 64, B8 and 32. RGB value is (100,184,50). Sum of RGB (Red+Green+Blue) = 100+184+50=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 184 (72.27% from 255 or 55.09% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 184 - color contains mainly: green. Hex color #64B832 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B832 is #9B47CD. Grayscale: #909090. Windows color (decimal): -10176462 or 3324004. OLE color: 3324004.

HSL color Cylindrical-coordinate representation of color #64B832: hue angle of 97.61º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #64B832 is Cyan = 0.46, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 100 184 50 -
CMYK 0.46 0 0.73 0.28
HSL 97.61º 0.57% 0.46% -
HSV(B) 97.61º 0.73% 0.72% -
XYZ 22.97 37.22 8.99 -
YUV 143.61 75.17 96.9 -
System Red Green Blue C M Y K H S L
Decimal 100 184 50 0.46 0 0.73 0.28 97.61 0.57 0.46
Hex 64 B8 32 2E 0 49 1C 62 39 2E
Octal 144 270 62 56 0 111 34 142 71 56
Binary 1100100 10111000 110010 101110 0 1001001 11100 1100010 111001 101110

Color Harmonies of #64B832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B832

Black with #64B832

Text Example


Text Example

White with #64B832

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,184,50); }

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

background-color css

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

 a { background-color: rgb(100,184,50); }

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

border-color css

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

 span { border-color: rgb(100,184,50); }

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