Html Css Color HEX #64B932 Apple

📋 copy color: '#64B932'

red 100 ◦ green 185 ◦ blue 50

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

Shades of Apple #64B932

Tints of Apple #64B932

RGB

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

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

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

R = 29.85%
G = 55.22%
B = 14.93%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#64B932 (or 0x64B932) is known color: Apple. HEX triplet: 64, B9 and 32. RGB value is (100,185,50). Sum of RGB (Red+Green+Blue) = 100+185+50=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 185 (72.66% from 255 or 55.22% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 185 - color contains mainly: green. Hex color #64B932 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B932 is #9B46CD. Grayscale: #909090. Windows color (decimal): -10176206 or 3324260. OLE color: 3324260.

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

Color convert

RGB 100 185 50 -
CMYK 0.46 0 0.73 0.27
HSL 97.78º 0.57% 0.46% -
HSV(B) 97.78º 0.73% 0.73% -
XYZ 23.18 37.64 9.06 -
YUV 144.2 74.84 96.48 -
System Red Green Blue C M Y K H S L
Decimal 100 185 50 0.46 0 0.73 0.27 97.78 0.57 0.46
Hex 64 B9 32 2E 0 49 1B 62 39 2E
Octal 144 271 62 56 0 111 33 142 71 56
Binary 1100100 10111001 110010 101110 0 1001001 11011 1100010 111001 101110

Color Harmonies of #64B932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B932

Black with #64B932

Text Example


Text Example

White with #64B932

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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