Html Css Color HEX #64B934 Apple

📋 copy color: '#64B934'

red 100 ◦ green 185 ◦ blue 52

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

Shades of Apple #64B934

Tints of Apple #64B934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.43%

R = 29.67%
G = 54.9%
B = 15.43%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#64B934 (or 0x64B934) is known color: Apple. HEX triplet: 64, B9 and 34. RGB value is (100,185,52). Sum of RGB (Red+Green+Blue) = 100+185+52=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 185 (72.66% from 255 or 54.90% from 337); Blue value is 52 (20.70% from 255 or 15.43% from 337); Max value from RGB is 185 - color contains mainly: green. Hex color #64B934 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64B934 is #9B46CB. Grayscale: #909090. Windows color (decimal): -10176204 or 3455332. OLE color: 3455332.

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

Color convert

RGB 100 185 52 -
CMYK 0.46 0 0.72 0.27
HSL 98.35º 0.56% 0.46% -
HSV(B) 98.35º 0.72% 0.73% -
XYZ 23.22 37.66 9.29 -
YUV 144.42 75.84 96.31 -
System Red Green Blue C M Y K H S L
Decimal 100 185 52 0.46 0 0.72 0.27 98.35 0.56 0.46
Hex 64 B9 34 2E 0 48 1B 62 38 2E
Octal 144 271 64 56 0 110 33 142 70 56
Binary 1100100 10111001 110100 101110 0 1001000 11011 1100010 111000 101110

Color Harmonies of #64B934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B934

Black with #64B934

Text Example


Text Example

White with #64B934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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